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 66 autofix_commit_msg : " fix: [pre-commit.ci] auto fixes [...]"
77 autoupdate_commit_msg : " chore(pre-commit): [pre-commit.ci] autoupdate"
88 autoupdate_schedule : monthly
9- default_stages : [commit, push, manual]
9+ default_stages : [pre- commit, pre- push, manual]
1010repos :
1111 - repo : https://github.com/pre-commit/pre-commit-hooks
12- rev : v4.6 .0
12+ rev : v5.0 .0
1313 hooks :
1414 - id : check-symlinks
1515 - id : destroyed-symlinks
@@ -26,11 +26,11 @@ repos:
2626 - id : debug-statements
2727 - id : double-quote-string-fixer
2828 - repo : https://github.com/pre-commit/mirrors-clang-format
29- rev : v18 .1.8
29+ rev : v19 .1.3
3030 hooks :
3131 - id : clang-format
3232 - repo : https://github.com/astral-sh/ruff-pre-commit
33- rev : v0.5.0
33+ rev : v0.7.2
3434 hooks :
3535 - id : ruff
3636 args : [--fix, --exit-non-zero-on-fix]
@@ -39,11 +39,11 @@ repos:
3939 hooks :
4040 - id : isort
4141 - repo : https://github.com/psf/black
42- rev : 24.4.2
42+ rev : 24.10.0
4343 hooks :
4444 - id : black-jupyter
4545 - repo : https://github.com/asottile/pyupgrade
46- rev : v3.16 .0
46+ rev : v3.19 .0
4747 hooks :
4848 - id : pyupgrade
4949 args : [--py38-plus] # sync with requires-python
5252 ^examples/
5353 )
5454 - repo : https://github.com/pycqa/flake8
55- rev : 7.1.0
55+ rev : 7.1.1
5656 hooks :
5757 - id : flake8
5858 additional_dependencies :
You can’t perform that action at this time.
0 commit comments