mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 06:11:43 +00:00
8 lines
296 B
Python
8 lines
296 B
Python
# T004 - accepted
|
|
# TODO(evanrittenhouse): this has a colon
|
|
# T004 - errors
|
|
# TODO this has no colon
|
|
# TODO(evanrittenhouse 😀) this has no colon
|
|
# FIXME add a colon
|
|
# foo # TODO add a colon
|
|
# TODO this has a colon but it doesn't terminate the tag, so this should throw. https://www.google.com
|