Skip to content

Commit 2232b4c

Browse files
pre-commit-ci[bot]cclauss
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (TheAlgorithms#8160)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/tox-dev/pyproject-fmt: 0.9.1 → 0.9.2](tox-dev/pyproject-fmt@0.9.1...0.9.2) * pre-commit: Add ruff --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss <[email protected]>
1 parent 367008d commit 2232b4c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: .pre-commit-config.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- --profile=black
2828

2929
- repo: https://github.com/tox-dev/pyproject-fmt
30-
rev: "0.9.1"
30+
rev: "0.9.2"
3131
hooks:
3232
- id: pyproject-fmt
3333

@@ -43,6 +43,13 @@ repos:
4343
args:
4444
- --py311-plus
4545

46+
- repo: https://github.com/charliermarsh/ruff-pre-commit
47+
rev: v0.0.253
48+
hooks:
49+
- id: ruff
50+
args:
51+
- --ignore=E741
52+
4653
- repo: https://github.com/PyCQA/flake8
4754
rev: 6.0.0
4855
hooks:

0 commit comments

Comments
 (0)