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 861d6ec commit 346184a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions travian/backend/.flake8

This file was deleted.

4 changes: 4 additions & 0 deletions travian/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ line-length = 88
[tool.isort]
profile = "black"
line_length = 88

[tool.flake8]
max-line-length = 88
exclude = [".venv"]

0 comments on commit 346184a

Please sign in to comment.