Skip to content

Commit 155e854

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.14.7](astral-sh/ruff-pre-commit@v0.12.2...v0.14.7) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [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 99cf252 commit 155e854

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
@@ -4,19 +4,19 @@ ci:
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
66
# Ruff version.
7-
rev: v0.12.2
7+
rev: v0.14.7
88
hooks:
99
# Run the linter.
1010
- id: ruff
1111
args: [ --fix ]
1212
# Run the formatter.
1313
- id: ruff-format
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.20.0
15+
rev: v3.21.2
1616
hooks:
1717
- id: pyupgrade
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v5.0.0
19+
rev: v6.0.0
2020
hooks:
2121
- id: check-yaml
2222
- id: end-of-file-fixer

0 commit comments

Comments
 (0)