Skip to content
Snippets Groups Projects
Commit eadcadb1 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Add mypy to Makefile

parent 96adc83a
Branches
Tags
1 merge request!76Resolve "Remove nose.tools dependency"
......@@ -51,3 +51,7 @@ autopep8:
# Meta target to call the other targets.
all: autopep8 test
mypy:
mypy tests
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment