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 99
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 : end-of-file-fixer
1515 - id : trailing-whitespace
@@ -26,18 +26,18 @@ repos:
2626 args : ['--autofix', '--no-sort-keys', '--indent=4']
2727 - id : end-of-file-fixer
2828 - id : mixed-line-ending
29- - repo : https://github.com/psf/black
30- rev : " 24.10 .0"
29+ - repo : https://github.com/psf/black-pre-commit-mirror
30+ rev : " 25.9 .0"
3131 hooks :
3232 - id : black
3333 - id : black-jupyter
3434 - repo : https://github.com/pycqa/isort
35- rev : 5.13.2
35+ rev : 6.1.0
3636 hooks :
3737 - id : isort
3838 args : ["--profile", "black"]
3939 - repo : https://github.com/astral-sh/ruff-pre-commit
40- rev : v0.8.6
40+ rev : v0.13.3
4141 hooks :
4242 - id : ruff
4343 args : ['--fix']
You can’t perform that action at this time.
0 commit comments