We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6da57 commit 86722d6Copy full SHA for 86722d6
{{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.8.6
+ rev: v0.9.4
24
hooks:
25
- id: ruff
26
args: [ --config=pyproject.toml ]
@@ -40,7 +40,7 @@ repos:
40
additional_dependencies: [setuptools-scm, wheel]
41
- repo: https://github.com/codespell-project/codespell
42
# Configuration for codespell is in pyproject.toml
43
- rev: v2.3.0
+ rev: v2.4.1
44
45
- id: codespell
46
additional_dependencies:
0 commit comments