Added pre-commit to dev dependencies, and set the black profile to isort

This commit is contained in:
Stanislas Jouffroy 2024-02-20 18:16:34 +01:00
parent 466af1afd7
commit 1c652f2727
9 changed files with 153 additions and 7 deletions

View file

@ -25,10 +25,14 @@ pytest-sugar = "^1.0.0"
pytest-icdiff = "^0.9"
pytest-asyncio = "^0.23.5"
pytest-aioresponses = "^0.2.0"
pre-commit = "^3.6.2"
[tool.ruff]
line-length = 88
[tool.isort]
profile = "black"
[tool.pytest.ini_options]
pythonpath = [
"resa_padel"