Mercurial > code > home > repos > rdfdb
view run_mypy.sh @ 37:9b4c551dddfb
fix registration bug (tried to send bytes to json encoder)
Ignore-this: 166816604c34341844b4b4bb0618ff71
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 25 May 2019 23:54:54 +0000 |
parents | deaabf47d82b |
children | 541010f99d61 |
line wrap: on
line source
#!/bin/sh pyflakes rdfdb/*.py MYPYPATH=stubs mypy --check-untyped-defs rdfdb/*.py