Skip to content

Commit

Permalink
Exclude .eggs from flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Nov 30, 2017
1 parent 52b9b71 commit d53ef2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ deps = flake8
commands = flake8 {posargs:.}

[flake8]
exclude = .tox,docs
exclude = .eggs,.tox,docs

0 comments on commit d53ef2e

Please sign in to comment.