summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2018-05-30 12:44:16 +0530
committerPradyun Gedam <pradyunsg@gmail.com>2018-06-13 13:17:30 +0530
commit51327e9567f3db21fb14f41f235acf0a13962753 (patch)
tree91ae9c6dbe2416d82e385fa742142f4e1e82c6fc /setup.cfg
parenta121abbc30a4c2ca0f4a0da759c2fd46775d0def (diff)
downloadpip-51327e9567f3db21fb14f41f235acf0a13962753.tar.gz
mypy does not check unused imports
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 2a0bc6cc5..915be1ae7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -12,8 +12,6 @@ default_section = THIRDPARTY
include_trailing_comma = true
[flake8]
-# Ignoring unused imports since mypy would warn of that.
-ignore = F401
exclude = .tox,.idea,*.egg,build,_vendor,data
select = E,W,F