summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 994b1d20..9036261b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,7 +7,7 @@ testpaths = tests
[isort]
multi_line_output = 3
line_length = 88
-known_third_party = sphinx, isort, pytest, mccabe, six, toml
+known_third_party = sphinx, pytest, six, nose, numpy, attr
+known_first_party = astroid
include_trailing_comma = True
skip_glob = tests/testdata
-src_paths = astroid