Skip to content

Commit 6da929a

Browse files
chore(pre-commit): [pre-commit.ci] autoupdate
updates: - [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/pre-commit/mirrors-clang-format: v18.1.8 → v19.1.7](pre-commit/mirrors-clang-format@v18.1.8...v19.1.7) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.9.4](astral-sh/ruff-pre-commit@v0.5.0...v0.9.4) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.19.1](asottile/pyupgrade@v3.16.0...v3.19.1) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 960fb0a commit 6da929a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ ci:
66
autofix_commit_msg: "fix: [pre-commit.ci] auto fixes [...]"
77
autoupdate_commit_msg: "chore(pre-commit): [pre-commit.ci] autoupdate"
88
autoupdate_schedule: monthly
9-
default_stages: [commit, push, manual]
9+
default_stages: [pre-commit, pre-push, manual]
1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.6.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: check-symlinks
1515
- id: destroyed-symlinks
@@ -26,24 +26,24 @@ repos:
2626
- id: debug-statements
2727
- id: double-quote-string-fixer
2828
- repo: https://github.com/pre-commit/mirrors-clang-format
29-
rev: v18.1.8
29+
rev: v19.1.7
3030
hooks:
3131
- id: clang-format
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.5.0
33+
rev: v0.9.4
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --exit-non-zero-on-fix]
3737
- repo: https://github.com/PyCQA/isort
38-
rev: 5.13.2
38+
rev: 6.0.0
3939
hooks:
4040
- id: isort
4141
- repo: https://github.com/psf/black
42-
rev: 24.4.2
42+
rev: 25.1.0
4343
hooks:
4444
- id: black-jupyter
4545
- repo: https://github.com/asottile/pyupgrade
46-
rev: v3.16.0
46+
rev: v3.19.1
4747
hooks:
4848
- id: pyupgrade
4949
args: [--py38-plus] # sync with requires-python
@@ -52,7 +52,7 @@ repos:
5252
^examples/
5353
)
5454
- repo: https://github.com/pycqa/flake8
55-
rev: 7.1.0
55+
rev: 7.1.1
5656
hooks:
5757
- id: flake8
5858
additional_dependencies:
@@ -68,7 +68,7 @@ repos:
6868
^docs/source/conf.py$
6969
)
7070
- repo: https://github.com/codespell-project/codespell
71-
rev: v2.3.0
71+
rev: v2.4.1
7272
hooks:
7373
- id: codespell
7474
additional_dependencies: [".[toml]"]

0 commit comments

Comments
 (0)