summaryrefslogtreecommitdiff
path: root/.isort.cfg
diff options
context:
space:
mode:
Diffstat (limited to '.isort.cfg')
-rw-r--r--.isort.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/.isort.cfg b/.isort.cfg
index 32dfac06e..c4ae79c5e 100644
--- a/.isort.cfg
+++ b/.isort.cfg
@@ -1,7 +1,7 @@
[settings]
multi_line_output=3
line_length=88
-known_third_party=astroid, sphinx, isort, pytest, mccabe, six,
+known_third_party=astroid, sphinx, isort, pytest, mccabe, six, toml
include_trailing_comma=True
skip_glob=tests/functional/**,tests/input/**,tests/extensions/data/**,tests/regrtest_data/**,tests/data/**,astroid/**,venv/**
project=pylint