File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22repos :
33 - repo : https://github.com/pre-commit/pre-commit-hooks
4- rev : v4.6 .0
4+ rev : v5.0 .0
55 hooks :
66 - id : debug-statements
77 - repo : https://github.com/PyCQA/autoflake
1515 " --ignore-init-module-imports" ,
1616 ]
1717 - repo : https://github.com/asottile/pyupgrade
18- rev : v3.15.2
18+ rev : v3.19.1
1919 hooks :
2020 - id : pyupgrade
2121 stages : [manual]
@@ -26,17 +26,17 @@ repos:
2626 - id : isort
2727 args : ["--settings", "setup.cfg"]
2828 - repo : https://github.com/psf/black
29- rev : 24.4.2
29+ rev : 24.10.0
3030 hooks :
3131 - id : black
3232 language_version : python3
3333 - repo : https://github.com/pre-commit/mirrors-mypy
34- rev : v1.10 .0
34+ rev : v1.14 .0
3535 hooks :
3636 - id : mypy
3737 args : ["--pretty"]
3838 - repo : https://github.com/pycqa/flake8
39- rev : 7.0.0
39+ rev : 7.1.1
4040 hooks :
4141 - id : flake8
4242 args : ["--config", "setup.cfg"]
You can’t perform that action at this time.
0 commit comments