File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/python-poetry/poetry
3- rev : 1.8.0
3+ rev : 2.1.3
44 hooks :
55 - id : poetry-check
66
1010 - id : yesqa
1111
1212 - repo : https://github.com/asottile/pyupgrade
13- rev : v3.19.1
13+ rev : v3.20.0
1414 hooks :
1515 - id : pyupgrade
1616 args : ["--py38-plus"]
2222 args : ["--in-place", "--remove-unused-variables"]
2323
2424 - repo : https://github.com/pycqa/isort
25- rev : 5.13.2
25+ rev : 6.0.1
2626 hooks :
2727 - id : isort
2828 args :
3535 ]
3636
3737 - repo : https://github.com/codespell-project/codespell
38- rev : v2.3.0
38+ rev : v2.4.1
3939 hooks :
4040 - id : codespell
4141 args : [--write-changes]
5151 # language: python
5252
5353 - repo : https://github.com/pre-commit/pre-commit-hooks
54- rev : v5 .0.0
54+ rev : v6 .0.0
5555 hooks :
5656 - id : check-ast
5757 - id : check-case-conflict
@@ -74,13 +74,13 @@ repos:
7474 - id : trailing-whitespace
7575
7676 - repo : https://github.com/psf/black
77- rev : 24.10 .0
77+ rev : 25.1 .0
7878 hooks :
7979 - id : black
8080 args : ["--line-length", "120"]
8181
8282 - repo : https://github.com/PyCQA/flake8
83- rev : 7.1.1
83+ rev : 7.3.0
8484 hooks :
8585 - id : flake8
8686 args : ["--max-line-length", "120"]
You can’t perform that action at this time.
0 commit comments