Mercurial > code > home > repos > rdfdb
view run_mypy.sh @ 77:e2d558d7a511
rm stubs dir
author | drewp@bigasterisk.com |
---|---|
date | Mon, 04 Apr 2022 10:56:30 -0700 |
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