We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b0879 commit b1c8fccCopy full SHA for b1c8fcc
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
28
# If you want to avoid flake8 errors due to unused vars or imports:
29
- repo: https://github.com/PyCQA/autoflake
30
- rev: v2.2.1
+ rev: v2.3.0
31
hooks:
32
- id: autoflake
33
args: [
@@ -42,14 +42,14 @@ repos:
42
- id: isort
43
44
- repo: https://github.com/psf/black
45
- rev: 24.1.1
+ rev: 24.2.0
46
47
- id: black
48
exclude: ^tests/generated_scripts/
49
language_version: python3
50
51
52
53
54
55
exclude: ^(?!tests/generated_scripts/).* # any string that does not start with tests/generated_scripts/
0 commit comments