Skip to content

Commit 6306d5b

Browse files
[pre-commit.ci] pre-commit autoupdate (#905)
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) - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.6.0](tox-dev/pyproject-fmt@v2.5.1...v2.6.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2b02e1b commit 6306d5b

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.19.1
6+
rev: v3.20.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py37-plus"]
@@ -38,13 +38,13 @@ repos:
3838
args: [--target-version, "3.2"]
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.11.10
41+
rev: v0.11.11
4242
hooks: # Format before linting
4343
# - id: ruff-format
4444
- id: ruff
4545

4646
- repo: https://github.com/tox-dev/pyproject-fmt
47-
rev: v2.5.1
47+
rev: v2.6.0
4848
hooks:
4949
- id: pyproject-fmt
5050

0 commit comments

Comments
 (0)