Skip to content

Commit ae12155

Browse files
authored
Update pre-commit versions inside package
1 parent 0a202a6 commit ae12155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.package_name}}/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-docstring-first
1414
- id: check-executables-have-shebangs
@@ -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.12.7
23+
rev: v0.12.11
2424
hooks:
2525
- id: ruff
2626
args: [ --config=pyproject.toml ]

0 commit comments

Comments
 (0)