We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7761dec commit 70ca11dCopy full SHA for 70ca11d
.vscode/extensions.json
@@ -1,7 +1,6 @@
1
{
2
"recommendations": [
3
"ms-python.mypy-type-checker",
4
- "ms-python.black-formatter",
5
"asciidoctor.asciidoctor-vscode",
6
"charliermarsh.ruff"
7
]
pyproject.toml
@@ -73,6 +73,7 @@ testpaths = [
73
74
75
[tool.mypy]
76
+enable_incomplete_feature = ["NewGenericSyntax"]
77
exclude = "__pypackages__"
78
plugins = ["pydantic.mypy"]
79
strict = true
0 commit comments