summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-19 23:10:07 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-20 09:37:47 +0200
commit0f2db06c3d41aa5dbceecf1062de59d09c30031b (patch)
treeee4b291c260d6604e3b6890ccd5f483d199da0f8 /setup.cfg
parent45a5dbd28261fb88cfee326dd92546389b85e8bb (diff)
downloadastroid-git-0f2db06c3d41aa5dbceecf1062de59d09c30031b.tar.gz
Upgrade isort configuration
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