Mercurial > code > home > repos > rdfdb
view run_mypy.sh @ 75:7da93b280097
cut dependency on ipdb
Ignore-this: deb45752f471f594a341a81074cb069a
author | drewp@bigasterisk.com |
---|---|
date | Fri, 09 Aug 2019 06:14:54 +0000 |
parents | 541010f99d61 |
children |
line wrap: on
line source
#!/bin/sh # see light9 for a flake8 alternative pyflakes rdfdb/*.py MYPYPATH=stubs mypy --check-untyped-defs rdfdb/*.py