Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 779a3f3

Browse files
committed
Exclude third-party packages from linting.
1 parent 41664c1 commit 779a3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ commands= py.test {toxinidir}/test/
1515
[testenv:lint]
1616
basepython=python3.5
1717
deps = flake8==2.5.4
18-
commands = flake8 --max-complexity 15 hyper test
18+
commands = flake8 --max-complexity 15 --exclude "hyper/packages/*" hyper test

0 commit comments

Comments
 (0)