mirror of
https://github.com/Crocmagnon/cookiecutter-django.git
synced 2024-11-23 15:18:03 +01:00
Add pyproject-fmt
This commit is contained in:
parent
90189d25a8
commit
4ac3f9d419
2 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,10 @@ repos:
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- eslint@8.32.0
|
- eslint@8.32.0
|
||||||
- eslint-config-prettier@8.5.0
|
- eslint-config-prettier@8.5.0
|
||||||
|
- repo: https://github.com/tox-dev/pyproject-fmt
|
||||||
|
rev: 0.9.1
|
||||||
|
hooks:
|
||||||
|
- id: pyproject-fmt
|
||||||
- repo: https://github.com/jazzband/pip-tools
|
- repo: https://github.com/jazzband/pip-tools
|
||||||
rev: 6.12.1
|
rev: 6.12.1
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
@ -29,6 +29,7 @@ python_files = [
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# ruff
|
# ruff
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
src = ["src"]
|
src = ["src"]
|
||||||
target-version = "{{ cookiecutter.python_version_slug }}"
|
target-version = "{{ cookiecutter.python_version_slug }}"
|
||||||
|
|
Loading…
Reference in a new issue