File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ repos:
49
49
hooks :
50
50
- id : flake8
51
51
additional_dependencies :
52
- - flake8-bugbear==23.2.13
53
- - flake8-comprehensions==3.10 .1
52
+ - flake8-bugbear==23.3.12
53
+ - flake8-comprehensions==3.11 .1
54
54
- flake8-pytest-style==1.7.2
55
55
- flake8-spellcheck==0.28
56
56
- flake8-unused-arguments==0.0.13
57
- - flake8-noqa==1.3
57
+ - flake8-noqa==1.3.1
58
58
- pep8-naming==0.13.3
59
- - flake8-pyproject==1.2.2
59
+ - flake8-pyproject==1.2.3
60
60
- repo : https://github.com/pre-commit/mirrors-prettier
61
61
rev : " v2.7.1"
62
62
hooks :
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ passenv =
37
37
basepython = python3.10
38
38
skip_install = true
39
39
deps =
40
- pre-commit>=3.1.1
40
+ pre-commit>=3.2
41
41
commands =
42
42
pre-commit run --all-files --show-diff-on-failure
43
43
python -c ' print("hint: run {envdir}/bin/pre-commit install to add checks as pre-commit hook")'
You can’t perform that action at this time.
0 commit comments