Files
ruff/resources/test/fixtures/U009_2.py
2022-11-06 14:23:06 -05:00

6 lines
149 B
Python

#!/usr/bin/python
# A coding comment is only valid in the first two lines, so this one is not checked.
# -*- coding: utf-8 -*-
print('Hello world')