Skip to content

Commit 7d18bbf

Browse files
committed
Create mypy.ini
1 parent 5bd1a3b commit 7d18bbf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mypy.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[mypy]
2+
python_version = 3.6
3+
4+
[mypy-pylsp.*]
5+
ignore_missing_imports = True
6+
7+
[mypy-pylsp_mypy.plugin]
8+
disallow_untyped_decorators = False

0 commit comments

Comments
 (0)