We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a19c2f + e99b59e commit d1494b6Copy full SHA for d1494b6
1 file changed
.pre-commit-config.yaml
@@ -60,7 +60,7 @@ repos:
60
# W605 - Fix invalid escape sequence 'x'.
61
# W690 - Fix various deprecated code (via lib2to3).
62
- repo: https://github.com/PyCQA/flake8
63
- rev: 5.0.4
+ rev: 6.0.0
64
hooks:
65
- id: flake8
66
args:
@@ -76,7 +76,7 @@ repos:
76
args: ["--sp", "setup.cfg"]
77
exclude: ".*(docs/conf.py)$"
78
- repo: https://github.com/pre-commit/pre-commit-hooks
79
- rev: v4.3.0
+ rev: v4.4.0
80
81
- id: check-ast
82
- id: check-case-conflict
0 commit comments