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 232acbb commit ca11b4aCopy full SHA for ca11b4a
.pre-commit-config.yaml
@@ -43,18 +43,19 @@ repos:
43
- --quiet-level=2
44
exclude_types: [csv, json]
45
- repo: https://github.com/PyCQA/flake8
46
- rev: 4.0.1
+ rev: 6.0.0
47
hooks:
48
- id: flake8
49
additional_dependencies:
50
- - pycodestyle==2.8.0
51
- - pyflakes==2.4.0
+ - pycodestyle==2.10.0
+ - pyflakes==3.0.1
52
- flake8-docstrings==1.6.0
53
- pydocstyle==6.1.1
54
- - flake8-comprehensions==3.10.0
55
- - flake8-noqa==1.2.8
56
- - mccabe==0.6.1
+ - flake8-comprehensions==3.10.1
+ - flake8-noqa==1.3.0
+ - mccabe==0.7.0
57
files: ^(plugwise|tests)/.+\.py$
58
+ args: ["--verbose", "--append-config=setup.cfg"]
59
- repo: https://github.com/PyCQA/bandit
60
rev: 1.7.4
61
0 commit comments