Skip to content

Commit cf8a733

Browse files
joaomariolagopatrickelectric
authored andcommitted
pyproject.toml: Update mypy and remove pydantic.mypy
* This fixes a bug related to mypy detecting wrong python version being used when analysing some modules
1 parent 1763338 commit cf8a733

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
dev = [
2626
"black==22.3.0",
2727
"isort==5.10.1",
28-
"mypy==0.941",
28+
"mypy==0.981",
2929
"pydantic==1.9.0",
3030
"pylint==2.14.5",
3131
"types-Markdown==3.6.0.20240316",
@@ -66,4 +66,3 @@ ignore_missing_imports = true
6666
strict = true
6767
warn_unreachable = true
6868
warn_unused_ignores = false
69-
plugins = "pydantic.mypy"

0 commit comments

Comments
 (0)