Declare files to type-check in mypy.py

This commit is contained in:
Simon Lindholm
2021-04-06 00:53:34 +02:00
parent 08f47b8066
commit c424a1a459
+1
View File
@@ -12,6 +12,7 @@ warn_return_any = True
warn_unused_ignores = True
mypy_path = stubs
python_version = 3.7
files = import.py, pah.py, permuter.py, src/net/evaluator.py
[mypy-nacl.*]
ignore_missing_imports = True