Skip to content

Commit d051f08

Browse files
pre-commit-ci[bot]wang-boyu
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.12.11](astral-sh/ruff-pre-commit@v0.11.8...v0.12.11) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent bb4d4e9 commit d051f08

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
@@ -5,7 +5,7 @@ ci:
55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
77
# Ruff version.
8-
rev: v0.11.8
8+
rev: v0.12.11
99
hooks:
1010
# Run the linter with fix argument.
1111
- id: ruff
@@ -15,12 +15,12 @@ repos:
1515
- id: ruff-format
1616
types_or: [ python, pyi, jupyter ]
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.19.1
18+
rev: v3.20.0
1919
hooks:
2020
- id: pyupgrade
2121
args: [--py310-plus]
2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: v5.0.0 # Use the ref you want to point at
23+
rev: v6.0.0 # Use the ref you want to point at
2424
hooks:
2525
- id: trailing-whitespace
2626
- id: check-toml

0 commit comments

Comments
 (0)