diff --git a/.isort.cfg b/.isort.cfg deleted file mode 100644 index 0dd73f5..0000000 --- a/.isort.cfg +++ /dev/null @@ -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 diff --git a/pyproject.toml b/pyproject.toml index d50856c..0cf1ca0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" @@ -33,4 +33,4 @@ exclude = ''' [tool.isort] profile = "black" - +multi_line_output = 3