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 a867bb4 commit b5a2e6dCopy full SHA for b5a2e6d
.pre-commit-config.yaml
@@ -34,20 +34,19 @@ repos:
34
args: [--profile=black]
35
36
- repo: https://github.com/PyCQA/doc8
37
- rev: 0.11.2
+ rev: v1.0.0
38
hooks:
39
- id: doc8
40
args: [--max-line-length=200]
41
stages: [manual]
42
43
- repo: https://github.com/pycqa/flake8
44
- rev: 4.0.1
+ rev: 5.0.2
45
46
- id: flake8
47
additional_dependencies:
48
[
49
- "flake8-bugbear==20.1.4",
50
- "flake8-logging-format==0.6.0",
+ "flake8-bugbear==22.6.22",
51
"flake8-implicit-str-concat==0.2.0",
52
]
53
0 commit comments