Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Update flake8 excludes to include '.eggs'. (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbenny35 authored and stephendonner committed Nov 30, 2017
1 parent 195402f commit 87d2b51
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 @@ -19,7 +19,7 @@ deps = -rrequirements/flake8.txt
commands = flake8 {posargs:.}

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

[pytest]
testpaths = tests

0 comments on commit 87d2b51

Please sign in to comment.