diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7f2ffc8..c782782 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/adamchainz/django-upgrade - rev: 1.28.0 + rev: 1.29.0 hooks: - id: django-upgrade args: [--target-version, "5.2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.1 + rev: v0.14.0 hooks: - id: ruff-check - id: ruff-format @@ -17,3 +17,8 @@ repos: - id: codespell # See pyproject.toml for args additional_dependencies: - tomli + + - repo: https://github.com/abravalheri/validate-pyproject + rev: v0.24.1 + hooks: + - id: validate-pyproject diff --git a/pyproject.toml b/pyproject.toml index 0ad720b..6fdb7d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,9 +84,9 @@ ipython = [ ] [project.urls] -Homepage = "https://github.com/django-utils/django-valkey" -Source = "https://github.com/django-utils/django-valkey" -Issues = "https://github.com/django-utils/django-valkey/issues" +Homepage = "https://github.com/django-commons/django-valkey" +Source = "https://github.com/django-commons/django-valkey" +Issues = "https://github.com/django-commons/django-valkey/issues" Documentation = "https://django-valkey.readthedocs.io/en/latest/"