mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 06:11:43 +00:00
7 lines
168 B
Python
7 lines
168 B
Python
# T005 - accepted
|
|
# TODO(evanrittenhouse): this has text, while the errors do not
|
|
# T005 - errors
|
|
# TODO(evanrittenhouse):
|
|
# TODO(evanrittenhouse)
|
|
# FIXME
|
|
# foo # TODO
|