Skip to content

Commit

Permalink
Fixed mypy config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicz committed May 7, 2018
1 parent 67eca11 commit b50ec44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.6
ignore_missing_imports = True
[mypy-tests*]
ignore_errors = True
[mypy-tests.*]
ignore_errors = True

0 comments on commit b50ec44

Please sign in to comment.