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 0a202a6 commit ae12155Copy full SHA for ae12155
{{cookiecutter.package_name}}/.pre-commit-config.yaml
@@ -8,7 +8,7 @@ ci:
8
9
repos:
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v5.0.0
+ rev: v6.0.0
12
hooks:
13
- id: check-docstring-first
14
- id: check-executables-have-shebangs
@@ -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.12.7
+ rev: v0.12.11
24
25
- id: ruff
26
args: [ --config=pyproject.toml ]
0 commit comments