mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
70e0239117
Remove duplicated linter configuration files when they match with the default ones..
6 lines
67 B
Python
6 lines
67 B
Python
"""Test Python file for Pylint."""
|
|
|
|
A = 1
|
|
B = 2
|
|
C = A + B
|
|
print(C)
|