view run_mypy.sh @ 42:541010f99d61

type fixes Ignore-this: fbd389c09e0909acc6f9da26999f313d
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 27 May 2019 00:39:16 +0000
parents deaabf47d82b
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