Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 8091ea1

Browse files
authoredApr 7, 2019
Update tox.ini
1 parent 5d2fa2e commit 8091ea1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed
 

‎tox.ini

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
[flake8]
22
max-line-length = 110
33
exclude =
4-
# No need to traverse our git directory
5-
.git,
6-
#Contains mostly auto generated files
7-
*/migrations/*,
8-
*/static/CACHE/*,
9-
#Contains documentation for the project
10-
docs
4+
.git,
5+
*/migrations/*,
6+
*/static/CACHE/*,
7+
docs
118
count = True
129
format=pylint
1310
hang-closing = True

0 commit comments

Comments
 (0)
This repository has been archived.