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: markdown, yaml to ensure that it doesn't need to be updated in other repos
1818 - repo : https://github.com/pre-commit/mirrors-prettier
19- rev : v3 .0.0
19+ rev : v4 .0.0-alpha.8
2020 hooks :
2121 - id : prettier
2222
2323 # Autoformat: Python code - sort imports
2424 - repo : https://github.com/pycqa/isort
25- rev : 5.12.0
25+ rev : 5.13.2
2626 hooks :
2727 - id : isort
2828 name : isort
2929 args : ["--profile", "black"]
3030
3131 # Autoformat: Python code
3232 - repo : https://github.com/psf/black
33- rev : 23.7.0
33+ rev : 24.4.2
3434 hooks :
3535 - id : black
3636
3737 # Lint: Python code
3838 - repo : https://github.com/astral-sh/ruff-pre-commit
39- rev : v0.0.281
39+ rev : v0.4.7
4040 hooks :
4141 - id : ruff
4242 args : [--fix, --exit-non-zero-on-fix]
4343
4444 # Misc...
4545 - repo : https://github.com/pre-commit/pre-commit-hooks
46- rev : v4.4 .0
46+ rev : v4.6 .0
4747 # ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
4848 hooks :
4949 # Autoformat: Makes sure files end in a newline and only a newline
You can’t perform that action at this time.
0 commit comments