Skip to content

Commit 9744493

Browse files
[pre-commit.ci] pre-commit autoupdate (#422)
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.0](astral-sh/ruff-pre-commit@v0.13.2...v0.14.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ce8d3cd commit 9744493

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.20.0
11+
rev: v3.21.0
1212
hooks:
1313
- id: pyupgrade
1414

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

0 commit comments

Comments
 (0)