Skip to content

Commit c886182

Browse files
committed
Use new mypy plugin for strict kwargs
1 parent 18a51b9 commit c886182

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ optional-dependencies.dev = [
4949
"furo==2024.8.6",
5050
"interrogate==1.7.0",
5151
"mypy[faster-cache]==1.14.0",
52+
"mypy-strict-kwargs==2024.12.24",
5253
"pre-commit==4.0.1",
5354
"pydocstyle==6.3",
5455
"pyenchant==3.3.0rc1",
@@ -334,6 +335,9 @@ strict = true
334335
files = [ "." ]
335336
exclude = [ "build" ]
336337
follow_untyped_imports = true
338+
plugins = [
339+
"mypy_strict_kwargs",
340+
]
337341

338342
[tool.pyright]
339343

0 commit comments

Comments
 (0)