Skip to content

Commit 8c12111

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.13.2](astral-sh/ruff-pre-commit@v0.11.2...v0.13.2) - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0)
1 parent fb53f4a commit 8c12111

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ default_install_hook_types: [pre-commit, commit-msg]
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v5.0.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: no-commit-to-branch
1515
- id: check-added-large-files
@@ -22,13 +22,13 @@ repos:
2222
- id: trailing-whitespace
2323
# ruff must before black
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.11.2
25+
rev: v0.13.2
2626
hooks:
2727
- id: ruff
2828
alias: ruff # NOTE: don't change this alias, it's used in `ver_sync.py`, keep consistent with `pyproject.toml`
2929
args: [--fix, --exit-non-zero-on-fix]
3030
- repo: https://github.com/psf/black-pre-commit-mirror
31-
rev: 25.1.0
31+
rev: 25.9.0
3232
hooks:
3333
- id: black
3434
alias: black # NOTE: don't change this alias, it's used in `ver_sync.py`, keep consistent with `pyproject.toml`

0 commit comments

Comments
 (0)