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 232209e commit 7671927Copy full SHA for 7671927
.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]
@@ -35,7 +35,7 @@ repos:
35
36
- id: setup-cfg-fmt
37
- repo: https://github.com/psf/black
38
- rev: 21.11b1
+ rev: 21.12b0
39
40
- id: black
41
- repo: https://github.com/asottile/blacken-docs
0 commit comments