Skip to content

Commit

Permalink
pyproject.toml: Update mypy and remove pydantic.mypy
Browse files Browse the repository at this point in the history
* This fixes a bug related to mypy detecting wrong python version being
  used when analysing some modules
  • Loading branch information
JoaoMario109 committed Aug 1, 2024
1 parent 1ab949f commit 80e326b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
dev = [
"black==22.3.0",
"isort==5.10.1",
"mypy==0.941",
"mypy==0.981",
"pydantic==1.9.0",
"pylint==2.14.5",
"types-Markdown==3.6.0.20240316",
Expand Down Expand Up @@ -66,4 +66,3 @@ ignore_missing_imports = true
strict = true
warn_unreachable = true
warn_unused_ignores = false
plugins = "pydantic.mypy"

0 comments on commit 80e326b

Please sign in to comment.