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 51f949d commit 2cb8e23Copy full SHA for 2cb8e23
.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
32
- id: rst-inline-touching-normal
33
- id: text-unicode-replacement-char
34
- repo: https://github.com/asottile/pyupgrade
35
- rev: v2.14.0
+ rev: v2.15.0
36
hooks:
37
- id: pyupgrade
38
args: [--py36-plus]
@@ -45,7 +45,7 @@ repos:
45
46
- id: setup-cfg-fmt
47
- repo: https://github.com/psf/black
48
- rev: 21.4b2
+ rev: 21.5b1
49
50
- id: black
51
- repo: https://github.com/asottile/blacken-docs
@@ -54,7 +54,7 @@ repos:
54
- id: blacken-docs
55
additional_dependencies: [black]
56
- repo: https://github.com/PyCQA/flake8
57
- rev: 3.9.1
+ rev: 3.9.2
58
59
- id: flake8
60
additional_dependencies: [
0 commit comments