Skip to content

Commit

Permalink
Add lister.py to mypy exclude list.
Browse files Browse the repository at this point in the history
mypy is currently broken and gives false errors on devel/lister.py.
See python/typeshed#348.
  • Loading branch information
sharmaeklavya2 committed Jul 13, 2016
1 parent 4e1ded6 commit 7af542b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devel/run_mypy.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

exclude = """
lib/mypy_dummy.py
devel/lister.py
main/migrations/
""".split() # type: List[str]

Expand Down

0 comments on commit 7af542b

Please sign in to comment.