Skip to content

Commit cc66a6f

Browse files
committedJan 26, 2019
add a mypy config file
1 parent b5939c4 commit cc66a6f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎mypy.ini

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Global options:
2+
3+
[mypy]
4+
python_version = 3.6
5+
warn_return_any = True
6+
warn_unused_configs = True
7+
ignore_missing_imports = True
8+
9+
# Per-module options:
10+
11+
[mypy-bookstore._version]
12+
ignore_errors = True
13+

0 commit comments

Comments
 (0)
Please sign in to comment.