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 d2c98ed commit 61dcec2Copy full SHA for 61dcec2
pyproject.toml
@@ -65,7 +65,6 @@ optional-dependencies.dev = [
65
"furo==2024.8.6",
66
"interrogate==1.7.0",
67
"mypy[faster-cache]==1.14.0",
68
- "mypy-strict-kwargs==2024.12.23.2",
69
"pre-commit==4.0.1",
70
"pydocstyle==6.3",
71
"pyenchant==3.3.0rc1",
@@ -384,7 +383,6 @@ files = [ "." ]
384
383
exclude = [ "build" ]
385
plugins = [
386
"pydantic.mypy",
387
- "mypy_strict_kwargs",
388
]
389
follow_untyped_imports = true
390
0 commit comments