view run_mypy.sh @ 43:8d4822ae58bc

more types, as needed on light9 keyboardcomposer Ignore-this: 9bc5d28702e6684fcce62104fc50966d
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 27 May 2019 06:58:51 +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