Skip to content

Commit

Permalink
🔪 regenerate mypy module blocklist
Browse files Browse the repository at this point in the history
  • Loading branch information
getsantry[bot] authored Aug 16, 2024
1 parent 0451804 commit cb9e3fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
# - remove the module from the list and fix the issues!
# - python3 -m tools.mypy_helpers.find_easiest_modules
[[tool.mypy.overrides]]
module = [
module = [
"sentry.api.base",
"sentry.api.bases.organization_events",
"sentry.api.bases.organization_request_change",
Expand Down Expand Up @@ -425,8 +425,8 @@
"tests.sentry.eventstore.test_base",
"tests.sentry.grouping.test_result",
"tests.sentry.issues.test_utils",
]
disable_error_code = [
]
disable_error_code = [
"arg-type",
"assignment",
"attr-defined",
Expand All @@ -444,8 +444,8 @@
"union-attr",
"unreachable",
"var-annotated",
]
# end: sentry modules with typing issues
]
# end: sentry modules with typing issues

# begin: stronger typing
[[tool.mypy.overrides]]
Expand Down

0 comments on commit cb9e3fe

Please sign in to comment.