fix: moved isort config into pyproject.toml

This commit is contained in:
Laureηt 2021-10-30 13:53:38 +02:00
parent fd154c7076
commit e1a7875716
No known key found for this signature in database
GPG key ID: D88C6B294FD40994
2 changed files with 2 additions and 8 deletions

View file

@ -1,6 +0,0 @@
multi_line_output = 3
include_trailing_comma = True
force_grid_wrap = 0
use_parentheses = True
ensure_newline_before_comments = True
line_length = 120

View file

@ -1,7 +1,7 @@
[tool.poetry]
name = "booplaysgba"
version = "0.1.0"
description = "Émulateur collaboratif et intéractif pour patienter dans le B00"
description = "Émulateur collaboratif et interactif pour patienter dans le B00"
authors = ["Laureηt <laurentfainsin@protonmail.com>"]
license = "MIT"
@ -33,4 +33,4 @@ exclude = '''
[tool.isort]
profile = "black"
multi_line_output = 3