Skip to content

Commit

Permalink
Don't disable mypy method-assign
Browse files Browse the repository at this point in the history
  • Loading branch information
armanddidierjean authored and Rotheem committed Jul 30, 2024
1 parent 3ac296a commit 02a3fe2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ line-ending = "auto"
[tool.mypy]
python_version = "3.11"
plugins = ["pydantic.mypy"]
disable_error_code = ["method-assign"]

warn_unreachable = true
warn_unused_configs = true
Expand Down

0 comments on commit 02a3fe2

Please sign in to comment.