Skip to content

Commit

Permalink
Add MYPYPATH to mypy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
betaveros committed Aug 14, 2017
1 parent f9ef783 commit e7ce619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python3 -m mypy paradoc --strict-optional --disallow-untyped-defs
MYPYPATH=stubs python3 -m mypy paradoc --strict-optional --disallow-untyped-defs

0 comments on commit e7ce619

Please sign in to comment.