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 18a51b9 commit c886182Copy full SHA for c886182
pyproject.toml
@@ -49,6 +49,7 @@ optional-dependencies.dev = [
49
"furo==2024.8.6",
50
"interrogate==1.7.0",
51
"mypy[faster-cache]==1.14.0",
52
+ "mypy-strict-kwargs==2024.12.24",
53
"pre-commit==4.0.1",
54
"pydocstyle==6.3",
55
"pyenchant==3.3.0rc1",
@@ -334,6 +335,9 @@ strict = true
334
335
files = [ "." ]
336
exclude = [ "build" ]
337
follow_untyped_imports = true
338
+plugins = [
339
+ "mypy_strict_kwargs",
340
+]
341
342
[tool.pyright]
343
0 commit comments