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 886fc3d commit 06f841dCopy full SHA for 06f841d
mypy.ini
pyproject.toml
@@ -21,3 +21,14 @@ line_length = 100
21
enabled = true
22
live_mode = true
23
strict = true
24
+
25
+[tool.mypy]
26
+python_version = "3.6"
27
28
+[[tool.mypy.overrides]]
29
+module = "pylsp.*"
30
+ignore_missing_imports = true
31
32
33
+module = "pylsp_mypy.plugin"
34
+disallow_untyped_decorators = false
requirements.txt
@@ -1,6 +1,7 @@
1
python-lsp-server
2
mypy
3
toml
4
+types-toml
5
black
6
pre-commit
7
rstcheck
0 commit comments