ruff/crates/ruff_linter/resources/test/fixtures/flake8_todos/TD001.py
2023-09-20 08:38:27 +02:00

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