From 0f2db06c3d41aa5dbceecf1062de59d09c30031b Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 19 Apr 2021 23:10:07 +0200 Subject: Upgrade isort configuration --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.cfg') 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 -- cgit v1.2.1