Skip to content

Commit 6b7ec4f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.10 → v0.11.11](astral-sh/ruff-pre-commit@v0.11.10...v0.11.11)
1 parent 6c0ac39 commit 6b7ec4f

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.19.1"
6+
rev: "v3.20.0"
77
hooks:
88
- id: "pyupgrade"
99
name: "Enforce Python 3.7+ idioms"
1010
args:
1111
- "--py37-plus"
1212

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

0 commit comments

Comments
 (0)