Skip to content

Commit 7770487

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.5...v0.14.6)
1 parent 10b585c commit 7770487

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
@@ -3,15 +3,15 @@ default_language_version:
33

44
repos:
55
- repo: "https://github.com/asottile/pyupgrade"
6-
rev: "v3.21.1"
6+
rev: "v3.21.2"
77
hooks:
88
- id: "pyupgrade"
99
name: "Enforce Python 3.10+ idioms"
1010
args:
1111
- "--py310-plus"
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.14.5"
14+
rev: "v0.14.6"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix"]

0 commit comments

Comments
 (0)