Skip to content

Commit 668cc9d

Browse files
pre-commit-ci[bot]ipmb
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.5 → v0.14.3](astral-sh/ruff-pre-commit@v0.11.5...v0.14.3) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.0](asottile/pyupgrade@v3.19.1...v3.21.0)
1 parent 41991d1 commit 668cc9d

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
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.11.5
3+
rev: v0.14.3
44
hooks:
55
# Run the linter.
66
# - id: ruff
77
# Run the formatter.
88
- id: ruff-format
99
- repo: https://github.com/asottile/pyupgrade
10-
rev: v3.19.1
10+
rev: v3.21.0
1111
hooks:
1212
- id: pyupgrade
1313
args: ["--py39-plus"]

0 commit comments

Comments
 (0)