File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11repos :
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
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
Original file line number Diff line number Diff 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"
9090Documentation = " https://django-valkey.readthedocs.io/en/latest/"
9191
9292
You can’t perform that action at this time.
0 commit comments