Skip to content

Commit 4c4b7df

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.6...v0.14.14) - [github.com/tox-dev/pyproject-fmt: v2.11.1 → v2.12.1](tox-dev/pyproject-fmt@v2.11.1...v2.12.1) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25)
1 parent a8c3d7e commit 4c4b7df

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
@@ -19,16 +19,16 @@ repos:
1919
- id: django-upgrade
2020
args: [--target-version, "3.2"]
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.14.6
22+
rev: v0.14.14
2323
hooks:
2424
- id: ruff
2525
args: [--unsafe-fixes]
2626
- id: ruff-format
2727
- repo: https://github.com/tox-dev/pyproject-fmt
28-
rev: v2.11.1
28+
rev: v2.12.1
2929
hooks:
3030
- id: pyproject-fmt
3131
- repo: https://github.com/abravalheri/validate-pyproject
32-
rev: v0.24.1
32+
rev: v0.25
3333
hooks:
3434
- id: validate-pyproject

0 commit comments

Comments
 (0)