Skip to content

Commit 4cca922

Browse files
pre-commit-ci[bot]mrbean-bremen
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
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.3 → v0.14.0](astral-sh/ruff-pre-commit@v0.13.3...v0.14.0)
1 parent dd22b2b commit 4cca922

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.20.0"
6+
rev: "v3.21.0"
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.13.3"
14+
rev: "v0.14.0"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix"]

0 commit comments

Comments
 (0)