Skip to content

Commit 70ca11d

Browse files
committed
Fixes
1 parent 7761dec commit 70ca11d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"recommendations": [
33
"ms-python.mypy-type-checker",
4-
"ms-python.black-formatter",
54
"asciidoctor.asciidoctor-vscode",
65
"charliermarsh.ruff"
76
]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ testpaths = [
7373
]
7474

7575
[tool.mypy]
76+
enable_incomplete_feature = ["NewGenericSyntax"]
7677
exclude = "__pypackages__"
7778
plugins = ["pydantic.mypy"]
7879
strict = true

0 commit comments

Comments
 (0)