Skip to content

Commit

Permalink
Add mypy config file
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Mar 15, 2019
1 parent e4a2da9 commit 8eadfe1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[mypy]
warn_return_any = True
warn_unused_configs = True
disallow_any_explicit = True

0 comments on commit 8eadfe1

Please sign in to comment.