File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 1010 - id : add-trailing-comma
1111
1212- repo : https://github.com/PyCQA/isort.git
13- rev : 5.13.2
13+ rev : 6.0.0
1414 hooks :
1515 - id : isort
1616 args :
2222 - id : remove-tabs
2323
2424- repo : https://github.com/python-jsonschema/check-jsonschema.git
25- rev : 0.29.2
25+ rev : 0.31.1
2626 hooks :
2727 - id : check-github-actions
2828 - id : check-github-workflows
3737 - id : check-readthedocs
3838
3939- repo : https://github.com/pre-commit/pre-commit-hooks.git
40- rev : v4.6 .0
40+ rev : v5.0 .0
4141 hooks :
4242 # Side-effects:
4343 - id : end-of-file-fixer
6262 language_version : python3
6363
6464- repo : https://github.com/codespell-project/codespell
65- rev : v2.2.6
65+ rev : v2.4.1
6666 hooks :
6767 - id : codespell
6868
7878 - --strict
7979
8080- repo : https://github.com/PyCQA/flake8.git
81- rev : 7.0.0
81+ rev : 7.1.1
8282 hooks :
8383 - id : flake8
8484 args :
@@ -111,13 +111,12 @@ repos:
111111 WPS453,
112112 - --max-module-members=8 # WPS202
113113 additional_dependencies :
114- - flake8-2020 ~= 1.7.0
115- - flake8-pytest-style ~= 1.6.0
116- - wemake-python-styleguide ~= 0.19.0
117- language_version : python3.11 # flake8-commas doesn't work w/ Python 3.12
114+ - flake8-2020 ~= 1.8.1
115+ - flake8-pytest-style ~= 2.1.0
116+ - wemake-python-styleguide ~= 1.0.0
118117
119118- repo : https://github.com/PyCQA/pylint.git
120- rev : v3.3.0
119+ rev : v3.3.4
121120 hooks :
122121 - id : pylint
123122 args :
You can’t perform that action at this time.
0 commit comments