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 cac560a commit e177fe0Copy full SHA for e177fe0
.pre-commit-config.yaml
@@ -35,7 +35,7 @@ repos:
35
- id: prettier
36
37
- repo: https://github.com/PyCQA/doc8
38
- rev: 0.11.2
+ rev: v1.0.0
39
hooks:
40
- id: doc8
41
args: [--max-line-length=200]
@@ -52,19 +52,15 @@ repos:
52
stages: [manual]
53
54
- repo: https://github.com/pycqa/flake8
55
- rev: 4.0.1
+ rev: 5.0.2
56
57
- id: flake8
58
additional_dependencies:
59
- [
60
- "flake8-bugbear==20.1.4",
61
- "flake8-logging-format==0.6.0",
62
- "flake8-implicit-str-concat==0.2.0",
63
- ]
+ ["flake8-bugbear==22.6.22", "flake8-implicit-str-concat==0.2.0"]
64
65
66
- repo: https://github.com/pre-commit/mirrors-eslint
67
- rev: v8.20.0
+ rev: v8.21.0
68
69
- id: eslint
70
0 commit comments