File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77default_stages : [pre-commit, pre-push]
88repos :
99 - repo : https://github.com/pre-commit/pre-commit-hooks
10- rev : v5 .0.0
10+ rev : v6 .0.0
1111 hooks :
1212 - id : trailing-whitespace
1313 - id : check-yaml
1414 - id : debug-statements
1515
1616 - repo : https://github.com/astral-sh/ruff-pre-commit
17- rev : v0.11.12
17+ rev : v0.13.3
1818 hooks :
1919 - id : ruff
2020 args : ["--fix", "--show-fixes"]
2121 - id : ruff-format
2222
2323 - repo : https://github.com/scientific-python/cookie
24- rev : 2025.05.02
24+ rev : 2025.10.01
2525 hooks :
2626 - id : sp-repo-review
2727
2828 - repo : https://github.com/pre-commit/mirrors-mypy
29- rev : v1.16.0
29+ rev : v1.18.2
3030 hooks :
3131 - id : mypy
3232 args : [--config-file, pyproject.toml]
You can’t perform that action at this time.
0 commit comments