We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd1a3b commit 7d18bbfCopy full SHA for 7d18bbf
mypy.ini
@@ -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