We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6619814 commit 7fbd702Copy full SHA for 7fbd702
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.13.0
+ rev: v2.14.0
14
hooks:
15
- id: pyupgrade
16
args: [--py36-plus]
@@ -19,7 +19,7 @@ repos:
19
20
- id: reorder-python-imports
21
- repo: https://github.com/psf/black
22
- rev: 21.4b1
+ rev: 21.4b2
23
24
- id: black
25
- repo: https://github.com/asottile/blacken-docs
0 commit comments