Skip to content

Commit

Permalink
Declare files to type-check in mypy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlindholm committed Apr 5, 2021
1 parent 08f47b8 commit c424a1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c424a1a

Please sign in to comment.