File tree Expand file tree Collapse file tree
{{ cookiecutter.project_slug }} Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 # Black is a code style and formatter
6464 # It works on files in-place
6565 - repo : https://github.com/psf/black-pre-commit-mirror
66- rev : 26.3 .1
66+ rev : 26.5 .1
6767 hooks :
6868 - id : black
6969 exclude : ^{{ cookiecutter.project_slug }}/
8181 # More information can be found in its documentation:
8282 # https://docs.astral.sh/ruff/
8383 - repo : https://github.com/astral-sh/ruff-pre-commit
84- rev : v0.15.12
84+ rev : v0.15.14
8585 hooks :
8686 - id : ruff-check
8787 name : ruff
Original file line number Diff line number Diff line change 6868 # Black is a code style and formatter
6969 # It works on files in-place
7070 - repo : https://github.com/ambv/black-pre-commit-mirror
71- rev : 26.3 .1
71+ rev : 26.5 .1
7272 hooks :
7373 - id : black
7474
8484 # More information can be found in its documentation:
8585 # https://docs.astral.sh/ruff/
8686 - repo : https://github.com/astral-sh/ruff-pre-commit
87- rev : v0.15.12
87+ rev : v0.15.14
8888 hooks :
8989 - id : ruff-check
9090 name : ruff
You can’t perform that action at this time.
0 commit comments