Enable flake8-pyi plugin to automatically include *.pyi files

This simplifies running flake8 tests and reduces the amount of F821 errors
reported (flake8-pyi enables support for forward references in *.pyi files).
The error code is left disabled until I clean up the remaining issues.
This commit is contained in:
Lukasz Langa
2016-12-21 00:44:17 -08:00
parent 52d9f815dd
commit 8c5c788a4d
7 changed files with 14 additions and 55 deletions

View File

@@ -2,4 +2,5 @@
./tests/mypy_test.py
./tests/pytype_test.py
./tests/flake8_test.py
echo "Running flake8..."
flake8 && echo "flake8 run clean."