ruff/crates/ruff_linter/resources/test/fixtures/flake8_pyi/PYI021.pyi

12 lines
170 B
Python

"""foo""" # ERROR PYI021
def foo():
"""foo""" # ERROR PYI021
class Bar:
"""bar""" # ERROR PYI021
def bar():
x = 1
"""foo""" # OK, not a doc string