Mercurial > code > home > repos > rdfdb
view run_mypy.sh @ 35:deaabf47d82b
fix pyflakes warnings, including an error at import
Ignore-this: a1baa5eeb251403e2a9506a1d1841ac8
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 25 May 2019 06:39:05 +0000 |
parents | 3ca1a8774513 |
children | 541010f99d61 |
line wrap: on
line source
#!/bin/sh pyflakes rdfdb/*.py MYPYPATH=stubs mypy --check-untyped-defs rdfdb/*.py