We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367008d commit 2232b4cCopy full SHA for 2232b4c
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
- --profile=black
28
29
- repo: https://github.com/tox-dev/pyproject-fmt
30
- rev: "0.9.1"
+ rev: "0.9.2"
31
hooks:
32
- id: pyproject-fmt
33
@@ -43,6 +43,13 @@ repos:
43
args:
44
- --py311-plus
45
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
+
53
- repo: https://github.com/PyCQA/flake8
54
rev: 6.0.0
55
0 commit comments