Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
75d1922f
Commit
75d1922f
authored
Dec 05, 2017
by
Thanassis Tsiodras
Browse files
Appease mypy's failure with lxml.
parent
00fb3d32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
75d1922f
...
...
@@ -21,7 +21,7 @@ pylint:
mypy
:
@
echo
Performing
type
analysis via mypy...
@
mypy
--disallow-untyped-defs
--check-untyped-defs
${PY_SRC}
||
exit
1
@
mypy
--disallow-untyped-defs
--check-untyped-defs
--ignore-missing-imports
${PY_SRC}
||
exit
1
coverage
:
@
echo
Performing coverage checks...
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment