Skip to content

Commit 8524afc

Browse files
[pre-commit.ci] pre-commit autoupdate (#323)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <pre-commit-ci[bot]@users.noreply.github.com>
1 parent ab6df86 commit 8524afc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: pyproject-fmt
1212
files: ^scripts/
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.6.8
14+
rev: v0.6.9
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ fail_fast: false
22
default_language_version:
33
python: python3
44
default_stages:
5-
- commit
6-
- push
5+
- pre-commit
6+
- pre-push
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -15,15 +15,15 @@ repos:
1515
hooks:
1616
- id: pyproject-fmt
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.6.8
18+
rev: v0.6.9
1919
hooks:
2020
- id: ruff
2121
types_or: [python, pyi, jupyter]
2222
args: [--fix, --exit-non-zero-on-fix]
2323
- id: ruff-format
2424
types_or: [python, pyi, jupyter]
2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.6.0
26+
rev: v5.0.0
2727
hooks:
2828
- id: detect-private-key
2929
- id: check-ast

0 commit comments

Comments
 (0)