summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2020-09-23 22:00:32 +0300
committerHugo van Kemenade <hugovk@users.noreply.github.com>2020-09-23 22:00:32 +0300
commitf8fe3531b9177e89e680484bbf741c751e2e8172 (patch)
treec27062d889a321475def569da346baf8aef86f4d /setup.cfg
parentfaee60baea2b850427b5fceb22383883fa11290b (diff)
downloadpip-f8fe3531b9177e89e680484bbf741c751e2e8172.tar.gz
Remove unnecessary config for isort 5
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 45fd58a3e..58342df49 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,10 +9,6 @@ skip =
multi_line_output = 3
known_third_party =
pip._vendor
-known_first_party =
- pip
- tests
-default_section = THIRDPARTY
include_trailing_comma = true
[flake8]