We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68d8c5a + 940711a commit 6a788e8Copy full SHA for 6a788e8
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.0.1
+ rev: v4.1.0
4
hooks:
5
- id: check-added-large-files
6
args: ['--maxkb=100']
@@ -21,7 +21,7 @@ repos:
21
- id: rst-inline-touching-normal
22
- id: text-unicode-replacement-char
23
- repo: https://github.com/asottile/pyupgrade
24
- rev: v2.29.1
+ rev: v2.31.0
25
26
- id: pyupgrade
27
args: [--py36-plus]
@@ -30,7 +30,7 @@ repos:
30
31
- id: reorder-python-imports
32
- repo: https://github.com/psf/black
33
- rev: 21.11b1
+ rev: 21.12b0
34
35
- id: black
36
- repo: https://github.com/asottile/blacken-docs
0 commit comments