Skip to content

Commit

Permalink
Update disabled_by_default.pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Jul 9, 2023
1 parent f1ba7e7 commit 93b463e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/disabled_by_default.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This test file checks that disabled-by-default error codes aren't triggered,
# unless they're explicitly enabled
from typing import (
Tuple, # Y022 Use "tuple[Foo, Bar]" instead of "typing.Tuple[Foo, Bar]" (PEP 585 syntax)
from typing import ( # Y022 Use "tuple[Foo, Bar]" instead of "typing.Tuple[Foo, Bar]" (PEP 585 syntax)
Tuple,
)

# These would trigger Y090, but it's disabled by default
Expand Down

0 comments on commit 93b463e

Please sign in to comment.