This website requires JavaScript.
Explore
Discord Server
Help
Sign in
actions
/
lint
Watch
1
Star
0
Fork
You've already forked lint
0
mirror of
https://github.com/super-linter/super-linter.git
synced
2024-11-22 14:10:56 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
dependabot/docker/docker-base-images-4f99145396
lint
/
test
/
linters
/
python_pylint
/
python_good_1.py
7 lines
67 B
Python
Raw
Permalink
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