Skip to content

Commit 7f3ba80

Browse files
[pre-commit.ci] pre-commit autoupdate (#817)
updates: - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](asottile/pyupgrade@v3.18.0...v3.19.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1) - [github.com/tox-dev/pyproject-fmt: 2.4.3 → v2.4.3](tox-dev/pyproject-fmt@2.4.3...v2.4.3) - [github.com/abravalheri/validate-pyproject: v0.21 → v0.22](abravalheri/validate-pyproject@v0.21...v0.22) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e3c1ade commit 7f3ba80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.18.0
6+
rev: v3.19.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py37-plus"]
@@ -38,17 +38,17 @@ repos:
3838
args: [--target-version, "3.2"]
3939

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

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

5151
- repo: https://github.com/abravalheri/validate-pyproject
52-
rev: v0.21
52+
rev: v0.22
5353
hooks:
5454
- id: validate-pyproject

0 commit comments

Comments
 (0)