We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03b2d73 + c4fc588 commit 2d35976Copy full SHA for 2d35976
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/PyCQA/autoflake
6
- rev: "v2.1.1"
+ rev: "v2.2.0"
7
hooks:
8
- id: autoflake
9
args:
@@ -12,7 +12,7 @@ repos:
12
- --remove-all-unused-imports
13
14
- repo: https://github.com/hadialqattan/pycln
15
- rev: "v2.1.3"
+ rev: "v2.1.6"
16
17
- id: pycln
18
@@ -22,7 +22,7 @@ repos:
22
- id: isort
23
24
- repo: https://github.com/psf/black
25
- rev: "23.3.0"
+ rev: "23.7.0"
26
27
- id: black
28
@@ -56,7 +56,7 @@ repos:
56
- id: detect-secrets
57
58
- repo: https://github.com/igorshubovych/markdownlint-cli
59
- rev: v0.34.0
+ rev: v0.35.0
60
61
- id: markdownlint
62
args: [--fix]
0 commit comments