We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67676c3 commit 1c15cdfCopy full SHA for 1c15cdf
.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