From 129bf23220a1c185e586da5cd5cf522ade739410 Mon Sep 17 00:00:00 2001
From: Mathieu Beligon <mathieu@feedly.com>
Date: Wed, 23 Sep 2020 17:15:43 +0200
Subject: [PATCH] [all] (isort) add config within pyproject.toml

---
 pyproject.toml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index 4eefa8d..c1a8b2d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,3 +33,9 @@ matplotlib = "^3.1.3"
 [tool.black]
 line-length = 120
 target_version = ['py36']
+
+[tool.isort]
+profile='black'
+line_length = 120
+known_first_party = ['polystar','tests','research','tools','scripts']
+skip = ['.eggs','.git','.hg','.mypy_cache','.nox','.pants.d','.tox','.venv','_build','buck-out','build','dist','node_modules','venv','__init__.py']
-- 
GitLab