mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 22:04:17 +00:00
clean up TYPE_CHECKING imports
This commit is contained in:
parent
83856872d3
commit
64a610ed19
8 changed files with 17 additions and 12 deletions
|
|
@ -30,3 +30,4 @@ exclude_lines =
|
|||
# Don't complain if non-runnable code isn't run:
|
||||
^if __name__ == ['"]__main__['"]:$
|
||||
^\s*if False:
|
||||
^\s*if TYPE_CHECKING:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue