ruff/crates/ruff_linter/resources/test/fixtures/flake8_fixme/T00.py
2024-10-15 10:49:53 +02:00

13 lines
133 B
Python

# TODO: todo
# todo: todo
# XXX: xxx
# xxx: xxx
# HACK: hack
# hack: hack
# FIXME: fixme
# fixme: fixme
# test # TODO: todo
# #d#