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 742e145 commit b5f1fd5Copy full SHA for b5f1fd5
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
- id: black
26
args: [--safe]
27
- repo: https://github.com/asottile/blacken-docs
28
- rev: v1.9.2
+ rev: v1.10.0
29
hooks:
30
- id: blacken-docs
31
additional_dependencies: [black==20.8b1]
@@ -39,12 +39,12 @@ repos:
39
- id: tox-ini-fmt
40
args: ["-p", "fix_lint"]
41
- repo: https://github.com/asottile/setup-cfg-fmt
42
- rev: v1.16.0
+ rev: v1.17.0
43
44
- id: setup-cfg-fmt
45
args: [--min-py3-version, "3.4"]
46
- repo: https://github.com/PyCQA/flake8
47
- rev: "3.8.4"
+ rev: "3.9.0"
48
49
- id: flake8
50
additional_dependencies: ["flake8-bugbear == 20.1.4"]
0 commit comments