Auto-update pre-commit hooks (#5226)

* Release 2024.07.18

* Auto-update pre-commit hooks

---------

Co-authored-by: github-actions <action@github.com>
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-07-19 09:36:39 +01:00 committed by GitHub
parent 29e86dd094
commit ee8987b6f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View File

@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2024.07.18
### Updated
- Update sphinx to 7.4.6 ([#5223](https://github.com/cookiecutter/cookiecutter-django/pull/5223))
## 2024.07.17

View File

@ -5,7 +5,7 @@ except ImportError:
from distutils.core import setup
# We use calendar versioning
version = "2024.07.17"
version = "2024.07.18"
with open("README.md") as readme_file:
long_description = readme_file.read()

View File

@ -35,7 +35,7 @@ repos:
# Run the Ruff linter.
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.2
rev: v0.5.3
hooks:
# Linter
- id: ruff