This website requires JavaScript.
Explore
Discord Server
Help
Register
Sign in
actions
/
superlint
Watch
1
Star
0
Fork
You've already forked superlint
0
mirror of
https://github.com/super-linter/super-linter.git
synced
2024-11-06 09:15:49 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
40410c2d60
superlint
/
test
/
linters
/
python_pylint
/
python_good_1.py
7 lines
67 B
Python
Raw
Normal View
History
Unescape
Escape
chore: remove duplicated configuration files (#5928) Remove duplicated linter configuration files when they match with the default ones..
2024-07-28 13:43:03 -04:00
"""
Test Python file for Pylint.
"""
A
=
1
B
=
2
C
=
A
+
B
print
(
C
)
Reference in a new issue
Copy permalink