mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:25:17 +00:00
6 lines
152 B
Python
6 lines
152 B
Python
from F634 import *
|
|
from F634 import * # noqa: E501
|
|
|
|
from F634 import * # noqa
|
|
from F634 import * # noqa: F403
|
|
from F634 import * # noqa: F403, E501
|