We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bdc9d2 commit e191db2Copy full SHA for e191db2
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: requirements-txt-fixer
16
17
- repo: https://github.com/codespell-project/codespell
18
- rev: v2.2.5
+ rev: v2.2.6
19
hooks:
20
- id: codespell
21
exclude: main.spec
@@ -32,7 +32,7 @@ repos:
32
name: isort (python)
33
34
- repo: https://github.com/PyCQA/autoflake
35
- rev: v2.2.0
+ rev: v2.2.1
36
37
- id: autoflake
38
name: autoflake
@@ -48,14 +48,14 @@ repos:
48
]
49
50
- repo: https://github.com/asottile/add-trailing-comma
51
- rev: v2.5.1
+ rev: v3.1.0
52
53
- id: add-trailing-comma
54
args:
55
- --py36-plus
56
57
- repo: https://github.com/psf/black
58
- rev: 23.3.0
+ rev: 23.9.1
59
60
- id: black
61
args: [
0 commit comments