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.
1 parent f485d44 commit 940711aCopy full SHA for 940711a
.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']
@@ -22,7 +22,7 @@ repos:
22
- id: rst-inline-touching-normal
23
- id: text-unicode-replacement-char
24
- repo: https://github.com/asottile/pyupgrade
25
- rev: v2.29.1
+ rev: v2.31.0
26
27
- id: pyupgrade
28
args: [--py36-plus]
@@ -31,7 +31,7 @@ repos:
31
32
- id: reorder-python-imports
33
- repo: https://github.com/psf/black
34
- rev: 21.11b1
+ rev: 21.12b0
35
36
- id: black
37
- repo: https://github.com/asottile/blacken-docs
0 commit comments