Added pre-commit to dev dependencies, and set the black profile to isort
This commit is contained in:
parent
466af1afd7
commit
1c652f2727
9 changed files with 153 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue