view run_mypy.sh @ 38:b3ae192c05e4

release 0.14.0 Ignore-this: cb2261459e7ec9c8c3706e067e1fc037
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 25 May 2019 23:55:15 +0000
parents deaabf47d82b
children 541010f99d61
line wrap: on
line source

#!/bin/sh

pyflakes rdfdb/*.py
MYPYPATH=stubs mypy --check-untyped-defs rdfdb/*.py