Skip to content

Commit ca11b4a

Browse files
CoMPaTechbouwew
authored andcommitted
Auto-updates
1 parent 232acbb commit ca11b4a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,19 @@ repos:
4343
- --quiet-level=2
4444
exclude_types: [csv, json]
4545
- repo: https://github.com/PyCQA/flake8
46-
rev: 4.0.1
46+
rev: 6.0.0
4747
hooks:
4848
- id: flake8
4949
additional_dependencies:
50-
- pycodestyle==2.8.0
51-
- pyflakes==2.4.0
50+
- pycodestyle==2.10.0
51+
- pyflakes==3.0.1
5252
- flake8-docstrings==1.6.0
5353
- pydocstyle==6.1.1
54-
- flake8-comprehensions==3.10.0
55-
- flake8-noqa==1.2.8
56-
- mccabe==0.6.1
54+
- flake8-comprehensions==3.10.1
55+
- flake8-noqa==1.3.0
56+
- mccabe==0.7.0
5757
files: ^(plugwise|tests)/.+\.py$
58+
args: ["--verbose", "--append-config=setup.cfg"]
5859
- repo: https://github.com/PyCQA/bandit
5960
rev: 1.7.4
6061
hooks:

0 commit comments

Comments
 (0)