File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
{{ cookiecutter.project_slug }} Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.14.8
84+ rev : v0.14.9
8585 hooks :
8686 - id : ruff-check
8787 name : ruff
@@ -104,7 +104,7 @@ repos:
104104 # The project's documentation can be found at:
105105 # https://mypy.readthedocs.io/en/stable/index.html
106106 - repo : https://github.com/pre-commit/mirrors-mypy
107- rev : v1.19.0
107+ rev : v1.19.1
108108 hooks :
109109 - id : mypy
110110 exclude : ^{{ cookiecutter.project_slug }}/
Original file line number Diff line number Diff line change 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.14.8
87+ rev : v0.14.9
8888 hooks :
8989 - id : ruff-check
9090 name : ruff
@@ -106,7 +106,7 @@ repos:
106106 # The project's documentation can be found at:
107107 # https://mypy.readthedocs.io/en/stable/index.html
108108 - repo : https://github.com/pre-commit/mirrors-mypy
109- rev : v1.19.0
109+ rev : v1.19.1
110110 hooks :
111111 - id : mypy
112112 exclude : ^tests/.*$
You can’t perform that action at this time.
0 commit comments