Skip to content

Commit

Permalink
set warn_return_any = false for mypy for now
Browse files Browse the repository at this point in the history
  • Loading branch information
katiam2 committed Dec 8, 2024
1 parent 0b4f3d2 commit 6211e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ python_version = "3.11"
disallow_any_generics = true
disallow_untyped_calls = true
disallow_untyped_defs = true
disallow_untyped_decorators = true
disallow_untyped_decorators = false
ignore_errors = false
ignore_missing_imports = true
implicit_reexport = false
Expand All @@ -89,7 +89,7 @@ warn_redundant_casts = true
warn_unused_configs = true
warn_unreachable = true
warn_no_return = true
warn_return_any = true
warn_return_any = false
plugins = []

[tool.ruff]
Expand Down

0 comments on commit 6211e89

Please sign in to comment.