Add pyproject-fmt

This commit is contained in:
Gabriel Augendre 2023-02-17 15:43:02 +01:00
parent 74534bb4a1
commit 907f3ad238
2 changed files with 5 additions and 0 deletions

View file

@ -63,6 +63,10 @@ repos:
additional_dependencies:
- eslint@8.32.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
rev: 6.12.2
hooks:

View file

@ -32,6 +32,7 @@ python_files = [
###############################################################################
# ruff
###############################################################################
[tool.ruff]
src = ["src"]
target-version = "py311"