mirror of https://github.com/astral-sh/ruff
9 lines
296 B
Python
9 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
|