Skip to content

Commit 01c543a

Browse files
jdufresnefcurella
authored andcommittedJan 6, 2020
Remove unnecessary "exclude" from flake8 configuration (#1096)
* 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.
1 parent 72ac5a1 commit 01c543a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ commands = ./build32bit.sh
3737

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

0 commit comments

Comments
 (0)