We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52f645 commit 19b9602Copy full SHA for 19b9602
1 file changed
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: debug-statements
11
- id: end-of-file-fixer
12
- repo: https://github.com/asottile/pyupgrade
13
- rev: v2.24.0
+ rev: v2.25.0
14
hooks:
15
- id: pyupgrade
16
args: [--py36-plus]
@@ -19,11 +19,11 @@ repos:
19
20
- id: reorder-python-imports
21
- repo: https://github.com/psf/black
22
- rev: 21.7b0
+ rev: 21.8b0
23
24
- id: black
25
- repo: https://github.com/asottile/blacken-docs
26
- rev: v1.10.0
+ rev: v1.11.0
27
28
- id: blacken-docs
29
additional_dependencies: [black]
0 commit comments