Skip to content

Commit

Permalink
(feat) added black and issort config in my project toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Alexandre35 committed Oct 28, 2024
1 parent 7c3d33e commit 861d6ec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion travian/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,18 @@ flake8 = "^6.0.0"
black = "^24.10.0"
autopep8 = "^2.0.0"
bandit = "^1.7.10"

isort = "^5.13.2"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
foo = 'asgi:__main__'

[tool.black]
line-length = 88

[tool.isort]
profile = "black"
line_length = 88

0 comments on commit 861d6ec

Please sign in to comment.