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

5 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')