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 1616repos :
1717 # Autoformat: Python code, syntax patterns are modernized
1818 - repo : https://github.com/asottile/pyupgrade
19- rev : v3.20 .0
19+ rev : v3.21 .0
2020 hooks :
2121 - id : pyupgrade
2222 args :
2323 - --py37-plus
2424
2525 # Autoformat: Python code
26- - repo : https://github.com/psf/black
27- rev : 25.1 .0
26+ - repo : https://github.com/psf/black-pre-commit-mirror
27+ rev : 25.9 .0
2828 hooks :
2929 - id : black
3030
@@ -36,15 +36,15 @@ repos:
3636
3737 # Autoformat and linting, misc. details
3838 - repo : https://github.com/pre-commit/pre-commit-hooks
39- rev : v5 .0.0
39+ rev : v6 .0.0
4040 hooks :
4141 - id : end-of-file-fixer
4242 - id : requirements-txt-fixer
4343 - id : check-case-conflict
4444 - id : check-executables-have-shebangs
4545
4646 - repo : https://github.com/astral-sh/ruff-pre-commit
47- rev : v0.12.7
47+ rev : v0.14.3
4848 hooks :
4949 - id : ruff
5050 args : ["--fix", "--line-length=120"]
You can’t perform that action at this time.
0 commit comments