Skip to content

Commit

Permalink
use keep-runtime-typing
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Aug 28, 2024
1 parent ac8dbb7 commit 7d2bd2e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,6 @@ ignore = [
# Manual dict comprehension.
"PERF403",

# Convert Dict[X] to dict[x], which we cannot do while we support Python 3.8
"UP006",

# Convert Union[X, Y] to X | Y, which we cannot do while we support Python 3.8
"UP007",

# Convert {} from `TypedDict` functional to class syntax
# Note that since we have some `TypedDict`s that cannot use the class
# syntax, we're currently choosing to be consistent in syntax even though
Expand Down

0 comments on commit 7d2bd2e

Please sign in to comment.