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 b3d3945 commit cfc16c7Copy full SHA for cfc16c7
2 files changed
.pre-commit-config.yaml
@@ -44,12 +44,12 @@ repos:
44
hooks:
45
- id: flake8
46
additional_dependencies:
47
- - flake8-bugbear==23.2.13
48
- - flake8-comprehensions==3.10.1
+ - flake8-bugbear==23.3.12
+ - flake8-comprehensions==3.11
49
- flake8-pytest-style==1.7.2
50
- flake8-spellcheck==0.28
51
- flake8-unused-arguments==0.0.13
52
- - flake8-noqa==1.3
+ - flake8-noqa==1.3.1
53
- pep8-naming==0.13.3
54
- flake8-pyproject==1.2.2
55
- repo: https://github.com/pre-commit/mirrors-prettier
tox.ini
@@ -36,7 +36,7 @@ passenv =
36
PROGRAMDATA
37
skip_install = true
38
deps =
39
- pre-commit>=3.1.1
+ pre-commit>=3.2
40
commands =
41
pre-commit run --all-files --show-diff-on-failure
42
0 commit comments