File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/asottile/pyupgrade
3- rev : v3.19.1
3+ rev : v3.20.0
44 hooks :
55 - id : pyupgrade
66 args : ["--py38-plus"]
1212 args : ["--in-place", "--ignore-pass-after-docstring", "--imports"]
1313
1414 - repo : https://github.com/PyCQA/flake8
15- rev : 7.1.1
15+ rev : 7.3.0
1616 hooks :
1717 - id : flake8
1818
2222 - id : yesqa
2323
2424 - repo : https://github.com/codespell-project/codespell
25- rev : v2.3.0
25+ rev : v2.4.1
2626 hooks :
2727 - id : codespell # See pyproject.toml for args
2828 args : [--toml, pyproject.toml, --write-changes]
@@ -38,12 +38,12 @@ repos:
3838 - id : mixed-line-ending
3939
4040 - repo : https://github.com/pycqa/isort
41- rev : 5.13.2
41+ rev : 6.0.1
4242 hooks :
4343 - id : isort
4444
4545 - repo : https://github.com/pre-commit/mirrors-mypy
46- rev : v1.14 .1
46+ rev : v1.17 .1
4747 hooks :
4848 - id : mypy
4949 pass_filenames : false
You can’t perform that action at this time.
0 commit comments