Skip to content

Commit 1c0d84d

Browse files
committed
pre-commit: Add validate pyproject.toml
1 parent 47eced0 commit 1c0d84d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/adamchainz/django-upgrade
3-
rev: 1.28.0
3+
rev: 1.29.0
44
hooks:
55
- id: django-upgrade
66
args: [--target-version, "5.2"]
77

88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.13.1
9+
rev: v0.14.0
1010
hooks:
1111
- id: ruff-check
1212
- id: ruff-format
@@ -17,3 +17,8 @@ repos:
1717
- id: codespell # See pyproject.toml for args
1818
additional_dependencies:
1919
- tomli
20+
21+
- repo: https://github.com/abravalheri/validate-pyproject
22+
rev: v0.24.1
23+
hooks:
24+
- id: validate-pyproject

0 commit comments

Comments
 (0)