Auto-update pre-commit hooks

This commit is contained in:
browniebroke 2024-10-11 02:38:35 +00:00 committed by github-actions[bot]
parent 1ebaddc204
commit ed184d460a
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ repos:
- id: flake8 - id: flake8
- repo: https://github.com/tox-dev/pyproject-fmt - repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.2.4" rev: "2.3.0"
hooks: hooks:
- id: pyproject-fmt - id: pyproject-fmt

View File

@ -28,7 +28,7 @@ repos:
exclude: '{{cookiecutter.project_slug}}/templates/' exclude: '{{cookiecutter.project_slug}}/templates/'
- repo: https://github.com/adamchainz/django-upgrade - repo: https://github.com/adamchainz/django-upgrade
rev: '1.21.0' rev: '1.22.0'
hooks: hooks:
- id: django-upgrade - id: django-upgrade
args: ['--target-version', '5.0'] args: ['--target-version', '5.0']