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

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