mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:25:17 +00:00
7 lines
203 B
Python
7 lines
203 B
Python
"""
|
|
# coding=utf8""" # empty comment
|
|
|
|
"""
|
|
Invalid coding declaration since it is nested inside a docstring
|
|
The following empty comment tests for false positives as our implementation visits comments
|
|
"""
|