Skip to content

Commit

Permalink
Remove unnecessary "exclude" from flake8 configuration (#1096)
Browse files Browse the repository at this point in the history
* Remove unnecessary "exclude" from flake8 configuration

These directories either don't exist, aren't linted, or are
automatically excluded. There is no need to specify these.

* Simplify CirucleCI configuration

Avoids installing a virtualenv inside the project directory.
  • Loading branch information
jdufresne authored and fcurella committed Jan 6, 2020
1 parent 72ac5a1 commit 01c543a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ commands = ./build32bit.sh

[flake8]
max-line-length = 120
exclude = faker/lib,faker/bin,.eggs,docs

0 comments on commit 01c543a

Please sign in to comment.