We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba5f6d commit cec7175Copy full SHA for cec7175
1 file changed
{{cookiecutter.package_name}}/.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: requirements-txt-fixer
21
- id: trailing-whitespace
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: v0.15.4
+ rev: v0.15.9
24
hooks:
25
- id: ruff
26
args: [ --config=pyproject.toml ]
@@ -43,7 +43,7 @@ repos:
43
- setuptools-scm[toml]>=8
44
- repo: https://github.com/codespell-project/codespell
45
# Configuration for codespell is in pyproject.toml
46
- rev: v2.4.1
+ rev: v2.4.2
47
48
- id: codespell
49
additional_dependencies:
0 commit comments