mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
9 lines
275 B
Python
9 lines
275 B
Python
# T001 - accepted
|
|
# TODO (evanrittenhouse): this is a valid TODO
|
|
# SOME_OTHER_TAG: this is impossible to determine
|
|
# this is not a TODO
|
|
|
|
# T001 - errors
|
|
# XXX (evanrittenhouse): this is not fine
|
|
# FIXME (evanrittenhouse): this is not fine
|
|
# foo # XXX: this isn't fine either
|