Mercurial > code > home > repos > rdfdb
view run_mypy.sh @ 68:108260060f2c
serialize n3 files with %g for prettier floating point values
Ignore-this: c12167ab1c5f625eb70faf7cef3b5d51
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 01 Jun 2019 20:03:05 +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