summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0b25817e..60fb4bc2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -85,3 +85,8 @@ palette = {primary = "orange", accent = "indigo"}
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
+[tool.unimport]
+files = [
+ '.*(isort.py)',
+ '.*(__init__.py)',
+] \ No newline at end of file