superlint/test/linters/python_pylint/python_good_1.py
Marco Ferrari 70e0239117
chore: remove duplicated configuration files (#5928)
Remove duplicated linter configuration files when they match with the
default ones..
2024-07-28 19:43:03 +02:00

6 lines
67 B
Python

"""Test Python file for Pylint."""
A = 1
B = 2
C = A + B
print(C)