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.
2 parents f17e25d + 9ad3900 commit e084b91Copy full SHA for e084b91
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
20
# If you want to avoid flake8 errors due to unused vars or imports:
21
- repo: https://github.com/PyCQA/autoflake
22
- rev: v2.2.1
+ rev: v2.3.0
23
hooks:
24
- id: autoflake
25
args: [
@@ -29,7 +29,7 @@ repos:
29
]
30
31
- repo: https://github.com/pycqa/isort
32
- rev: 5.12.0
+ rev: 5.13.2
33
34
- id: isort
35
@@ -53,7 +53,7 @@ repos:
53
# - id: blacken-docs
54
# additional_dependencies: [black]
55
- repo: https://github.com/PyCQA/flake8
56
- rev: 6.1.0
+ rev: 7.0.0
57
58
- id: flake8
59
## You can add flake8 plugins via `additional_dependencies`:
0 commit comments