We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35dbecb + f4a7868 commit e88a4a2Copy full SHA for e88a4a2
1 file changed
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
hooks:
26
- id: black
27
- repo: https://github.com/asottile/blacken-docs
28
- rev: 1.19.0
+ rev: 1.19.1
29
30
- id: blacken-docs
31
- repo: https://github.com/pycqa/isort
@@ -34,7 +34,7 @@ repos:
34
- id: isort
35
args: ["--profile", "black"]
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v3.18.0
+ rev: v3.19.0
38
39
- id: pyupgrade
40
- repo: https://github.com/pycqa/pydocstyle
0 commit comments