Skip to content

Commit 14904da

Browse files
committed
improve tox -e mypy for local use
1 parent 3b7c92f commit 14904da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ deps =
1515
-r requirements-test.txt
1616
-r docs/requirements-rtd.txt
1717
setenv = MYPY_FORCE_COLOR=1
18-
commands = mypy .
18+
commands = mypy . --exclude 'build/' --exclude 'venv*'

0 commit comments

Comments
 (0)