Skip to content

Commit 43b0705

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.14.3](astral-sh/ruff-pre-commit@v0.12.11...v0.14.3) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0)
1 parent f637f67 commit 43b0705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.12.11
8+
rev: v0.14.3
99
hooks:
1010
# Run the linter with fix argument.
1111
- id: ruff
@@ -15,7 +15,7 @@ repos:
1515
- id: ruff-format
1616
types_or: [ python, pyi, jupyter ]
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.20.0
18+
rev: v3.21.0
1919
hooks:
2020
- id: pyupgrade
2121
args: [--py310-plus]

0 commit comments

Comments
 (0)