Skip to content

Commit

Permalink
Use new mypy plugin for strict kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle committed Dec 24, 2024
1 parent 2e3dac0 commit dee1ca9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ optional-dependencies.dev = [
"furo==2024.8.6",
"interrogate==1.7.0",
"mypy[faster-cache]==1.14.0",
"mypy-strict-kwargs==2024.12.24",
"pre-commit==4.0.1",
"pylint==3.3.3",
"pyproject-fmt==2.5.0",
Expand Down Expand Up @@ -305,6 +306,9 @@ strict = true
files = [ "." ]
exclude = [ "build" ]
follow_untyped_imports = true
plugins = [
"mypy_strict_kwargs",
]

[tool.pyright]
enableTypeIgnoreComments = false
Expand Down

0 comments on commit dee1ca9

Please sign in to comment.