Skip to content

Commit 5c7cc31

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.3 → v0.14.5](astral-sh/ruff-pre-commit@v0.14.3...v0.14.5) - [github.com/tox-dev/pyproject-fmt: v2.11.0 → v2.11.1](tox-dev/pyproject-fmt@v2.11.0...v2.11.1)
1 parent 6427286 commit 5c7cc31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exclude: "migrations"
33

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.21.0
6+
rev: v3.21.1
77
hooks:
88
- id: pyupgrade
99
args: ["--py37-plus"]
@@ -33,13 +33,13 @@ repos:
3333
args: [--target-version, "3.2"]
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.14.3
36+
rev: v0.14.5
3737
hooks:
3838
- id: ruff-check
3939
# - id: ruff-format
4040

4141
- repo: https://github.com/tox-dev/pyproject-fmt
42-
rev: v2.11.0
42+
rev: v2.11.1
4343
hooks:
4444
- id: pyproject-fmt
4545

0 commit comments

Comments
 (0)