From e1a78757169c698499a0be6ebe1ece6629b7933c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 30 Oct 2021 13:53:38 +0200 Subject: [PATCH] fix: moved isort config into pyproject.toml --- .isort.cfg | 6 ------ pyproject.toml | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 .isort.cfg 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