Skip to content

Commit 86722d6

Browse files
authored
Update versions inside package
1 parent 4d6da57 commit 86722d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.package_name}}/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
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 ]
@@ -40,7 +40,7 @@ repos:
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:

0 commit comments

Comments
 (0)