File tree Expand file tree Collapse file tree
{{cookiecutter.package_name}} Expand file tree Collapse file tree 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.15.4
20+ rev : v0.15.9
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.4.1
28+ rev : v2.4.2
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.15.4
23+ rev : v0.15.9
2424 hooks :
2525 - id : ruff
2626 args : [ --config=pyproject.toml ]
4343 - setuptools-scm[toml]>=8
4444 - repo : https://github.com/codespell-project/codespell
4545 # Configuration for codespell is in pyproject.toml
46- rev : v2.4.1
46+ rev : v2.4.2
4747 hooks :
4848 - id : codespell
4949 additional_dependencies :
You can’t perform that action at this time.
0 commit comments