Skip to content

Commit

Permalink
chore: disable some mypy rules which are not fixable right now
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Jun 9, 2024
1 parent e87803d commit b59930c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ select = [
known-first-party = ["uiprotect", "tests"]

[tool.mypy]
disable_error_code = "import-untyped"
disable_error_code = "import-untyped,unused-ignore"
check_untyped_defs = true
ignore_missing_imports = true
disallow_any_generics = true
Expand Down

0 comments on commit b59930c

Please sign in to comment.