Skip to content

Commit 333b7a6

Browse files
authored
Merge pull request #57 from cclauss/more-pre-commit
pre-commit: Add validate pyproject.toml
2 parents 47eced0 + 60b8549 commit 333b7a6

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ ipython = [
8484
]
8585

8686
[project.urls]
87-
Homepage = "https://github.com/django-utils/django-valkey"
88-
Source = "https://github.com/django-utils/django-valkey"
89-
Issues = "https://github.com/django-utils/django-valkey/issues"
87+
Homepage = "https://github.com/django-commons/django-valkey"
88+
Source = "https://github.com/django-commons/django-valkey"
89+
Issues = "https://github.com/django-commons/django-valkey/issues"
9090
Documentation = "https://django-valkey.readthedocs.io/en/latest/"
9191

9292

0 commit comments

Comments
 (0)