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 692af11 commit 5357d19Copy full SHA for 5357d19
{{cookiecutter.package_name}}/.pre-commit-config.yaml
@@ -19,11 +19,13 @@ repos:
19
args: [--fix=lf]
20
- id: requirements-txt-fixer
21
- id: trailing-whitespace
22
- - repo: https://github.com/charliermarsh/ruff-pre-commit
23
- rev: v0.6.3
+ - repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: v0.7.2
24
hooks:
25
- id: ruff
26
+ args: [ --config=pyproject.toml ]
27
- id: ruff-format
28
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
rev: v1.10.1
31
0 commit comments