Ignore the .idea directory when running flake8 (#4570)

This commit is contained in:
Pradyun S. Gedam 2017-06-26 18:26:36 +05:30 committed by Donald Stufft
parent 49abd55fe5
commit 9c76a84f6b
1 changed files with 1 additions and 1 deletions

View File

@ -41,5 +41,5 @@ deps = isort==4.2.5
commands = isort --recursive --check-only --diff pip tests
[flake8]
exclude = .tox,*.egg,build,_vendor,data
exclude = .tox,.idea,*.egg,build,_vendor,data
select = E,W,F