Skip to content

Commit 71db936

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.11.0](astral-sh/ruff-pre-commit@v0.3.7...v0.11.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1)
1 parent 187db9b commit 71db936

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ 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/astral-sh/ruff-pre-commit
10-
rev: v0.3.7
10+
rev: v0.11.0
1111
hooks:
1212
- id: ruff
1313
types_or: [python, pyi, jupyter]
1414
args: [--fix, --exit-non-zero-on-fix]
1515
- id: ruff-format
1616
types_or: [python, pyi, jupyter]
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.6.0
18+
rev: v5.0.0
1919
hooks:
2020
- id: detect-private-key
2121
- id: check-ast
@@ -37,7 +37,7 @@ repos:
3737
language: fail
3838
files: '.*\.rej$'
3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.2.6
40+
rev: v2.4.1
4141
hooks:
4242
- id: codespell
4343
additional_dependencies:

0 commit comments

Comments
 (0)