Skip to content

Commit 5af2884

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.1](asottile/pyupgrade@v3.21.0...v3.21.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.1 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.1...v0.14.4)
1 parent 1f41cc6 commit 5af2884

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
@@ -8,12 +8,12 @@ repos:
88
- id: trailing-whitespace
99

1010
- repo: https://github.com/asottile/pyupgrade
11-
rev: v3.21.0
11+
rev: v3.21.1
1212
hooks:
1313
- id: pyupgrade
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.14.1
16+
rev: v0.14.4
1717
hooks:
1818
- id: ruff-format
1919
types_or: ["python"]

0 commit comments

Comments
 (0)