File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
{{cookiecutter.package_name}} Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ repos:
1717 - id : requirements-txt-fixer
1818 - id : trailing-whitespace
1919 - repo : https://github.com/astral-sh/ruff-pre-commit
20- rev : v0.8.6
20+ rev : v0.9.4
2121 hooks :
2222 - id : ruff
2323 args : [ --config=pyproject.toml ]
2424 - id : ruff-format
2525 args : [ --config=pyproject.toml ]
2626 - repo : https://github.com/codespell-project/codespell
2727 # Configuration for codespell is in pyproject.toml
28- rev : v2.3.0
28+ rev : v2.4.1
2929 hooks :
3030 - id : codespell
3131 additional_dependencies :
Original file line number Diff line number Diff line change 2020 - id : requirements-txt-fixer
2121 - id : trailing-whitespace
2222 - repo : https://github.com/astral-sh/ruff-pre-commit
23- rev : v0.8.6
23+ rev : v0.9.4
2424 hooks :
2525 - id : ruff
2626 args : [ --config=pyproject.toml ]
4040 additional_dependencies : [setuptools-scm, wheel]
4141 - repo : https://github.com/codespell-project/codespell
4242 # Configuration for codespell is in pyproject.toml
43- rev : v2.3.0
43+ rev : v2.4.1
4444 hooks :
4545 - id : codespell
4646 additional_dependencies :
You can’t perform that action at this time.
0 commit comments