mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 08:14:13 +03:00
Merge pull request #5450 from cookiecutter/update/pre-commit-autoupdate
Auto-update pre-commit hooks
This commit is contained in:
commit
5fead041df
|
@ -48,7 +48,7 @@ repos:
|
|||
- id: flake8
|
||||
|
||||
- repo: https://github.com/tox-dev/pyproject-fmt
|
||||
rev: "2.2.4"
|
||||
rev: "2.3.0"
|
||||
hooks:
|
||||
- id: pyproject-fmt
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ classifiers = [
|
|||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Topic :: Software Development",
|
||||
]
|
||||
|
|
6
uv.lock
6
uv.lock
|
@ -192,7 +192,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "cookiecutter-django"
|
||||
version = "2024.10.5"
|
||||
version = "2024.10.10"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "binaryornot" },
|
||||
|
@ -231,7 +231,7 @@ requires-dist = [
|
|||
{ name = "djlint", specifier = "==1.35.2" },
|
||||
{ name = "gitpython", specifier = "==3.1.43" },
|
||||
{ name = "jinja2", specifier = "==3.1.4" },
|
||||
{ name = "myst-parser", marker = "extra == 'docs'", specifier = ">=4.0.0" },
|
||||
{ name = "myst-parser", marker = "extra == 'docs'", specifier = ">=4" },
|
||||
{ name = "pre-commit", specifier = "==3.8" },
|
||||
{ name = "pygithub", specifier = "==2.4" },
|
||||
{ name = "pytest", specifier = "==8.3.3" },
|
||||
|
@ -244,7 +244,7 @@ requires-dist = [
|
|||
{ name = "sh", marker = "sys_platform != 'win23'", specifier = "==2.0.7" },
|
||||
{ name = "sphinx", marker = "extra == 'docs'", specifier = ">=8.0.2" },
|
||||
{ name = "sphinx-autobuild", marker = "extra == 'docs'", specifier = ">=2024.10.3" },
|
||||
{ name = "sphinx-rtd-theme", marker = "extra == 'docs'", specifier = ">=3.0.0" },
|
||||
{ name = "sphinx-rtd-theme", marker = "extra == 'docs'", specifier = ">=3" },
|
||||
{ name = "tox", specifier = "==4.21.2" },
|
||||
{ name = "tox-uv", specifier = ">=1.11.2" },
|
||||
]
|
||||
|
|
|
@ -28,7 +28,7 @@ repos:
|
|||
exclude: '{{cookiecutter.project_slug}}/templates/'
|
||||
|
||||
- repo: https://github.com/adamchainz/django-upgrade
|
||||
rev: '1.21.0'
|
||||
rev: '1.22.0'
|
||||
hooks:
|
||||
- id: django-upgrade
|
||||
args: ['--target-version', '5.0']
|
||||
|
|
Loading…
Reference in New Issue
Block a user