File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
{{cookiecutter.package_name}} Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99repos :
1010 - repo : https://github.com/pre-commit/pre-commit-hooks
11- rev : v4.5 .0
11+ rev : v4.6 .0
1212 hooks :
1313 - id : check-docstring-first
1414 - id : check-executables-have-shebangs
@@ -20,12 +20,12 @@ repos:
2020 - id : requirements-txt-fixer
2121 - id : trailing-whitespace
2222 - repo : https://github.com/charliermarsh/ruff-pre-commit
23- rev : v0.3 .0
23+ rev : v0.5 .0
2424 hooks :
2525 - id : ruff
2626 - id : ruff-format
2727 - repo : https://github.com/pre-commit/mirrors-mypy
28- rev : v1.8.0
28+ rev : v1.10.1
2929 hooks :
3030 - id : mypy
3131 additional_dependencies :
3838 additional_dependencies : [setuptools-scm]
3939 - repo : https://github.com/codespell-project/codespell
4040 # Configuration for codespell is in pyproject.toml
41- rev : v2.2.6
41+ rev : v2.3.0
4242 hooks :
4343 - id : codespell
4444 additional_dependencies :
You can’t perform that action at this time.
0 commit comments