@@ -9,25 +9,27 @@ default_language_version:
99 python : python3
1010repos :
1111 - repo : https://github.com/pre-commit/pre-commit-hooks
12- rev : v5 .0.0
12+ rev : v6 .0.0
1313 hooks :
1414 - id : check-added-large-files
1515 - id : check-case-conflict
16+ - id : check-illegal-windows-names
1617 - id : check-merge-conflict
1718 - id : check-ast
1819 - id : check-toml
1920 - id : check-yaml
2021 # - id: check-executables-have-shebangs
2122 - id : check-vcs-permalinks
23+ - id : debug-statements
2224 - id : destroyed-symlinks
2325 - id : detect-private-key
24- - id : debug-statements
26+ - id : forbid-submodules
2527 - id : end-of-file-fixer
2628 - id : mixed-line-ending
2729 args : [--fix=lf]
2830 - id : trailing-whitespace
2931 - repo : https://github.com/abravalheri/validate-pyproject
30- rev : v0.24
32+ rev : v0.24.1
3133 hooks :
3234 - id : validate-pyproject
3335 name : Validate pyproject.toml
@@ -41,23 +43,23 @@ repos:
4143 hooks :
4244 - id : isort
4345 - repo : https://github.com/asottile/pyupgrade
44- rev : v3.19.1
46+ rev : v3.20.0
4547 hooks :
4648 - id : pyupgrade
4749 args : [--py39-plus]
48- - repo : https://github.com/psf/black
50+ - repo : https://github.com/psf/black-pre-commit-mirror
4951 rev : 25.1.0
5052 hooks :
5153 - id : black
5254 - repo : https://github.com/PyCQA/flake8
53- rev : 7.1.2
55+ rev : 7.3.0
5456 hooks :
5557 - id : flake8
5658 args : ["--config=.flake8"]
5759 additional_dependencies : &flake8_dependencies
5860 # These versions need updated manually
59- - flake8==7.1.2
60- - flake8-comprehensions==3.16 .0
61+ - flake8==7.3.0
62+ - flake8-comprehensions==3.17 .0
6163 - flake8-bugbear==24.12.12
6264 # - flake8-simplify==0.21.0
6365 - repo : https://github.com/asottile/yesqa
7375 # - id: pyroma
7476 # args: [-n, "10", .]
7577 - repo : https://github.com/python-jsonschema/check-jsonschema
76- rev : 0.31 .3
78+ rev : 0.33 .3
7779 hooks :
7880 - id : check-dependabot
7981 - id : check-github-workflows
8284 - id : check-hooks-apply
8385 - id : check-useless-excludes
8486 - repo : https://github.com/pre-commit/pre-commit-hooks
85- rev : v5 .0.0
87+ rev : v6 .0.0
8688 hooks :
8789 - id : no-commit-to-branch # no commit directly to main
0 commit comments