E303 not detected for: ```python # import foo def bar() -> list[str]: pass ``` flake8 detects: `:5:1: E303 too many blank lines (3)`