Skip to content

Commit cec7175

Browse files
mirror pre-commit dependencies in package slug
1 parent 2ba5f6d commit cec7175

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

{{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.15.4
23+
rev: v0.15.9
2424
hooks:
2525
- id: ruff
2626
args: [ --config=pyproject.toml ]
@@ -43,7 +43,7 @@ repos:
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:

0 commit comments

Comments
 (0)