fix: moved isort config into pyproject.toml
This commit is contained in:
parent
fd154c7076
commit
e1a7875716
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue