pip install pylint pylint example.py text [MASTER] disable = C0103, # Invalid name C0114, # Missing module docstring C0115, # Missing class docstring pylint --output-format=html example.py > report.html pylint --disable=C0103 example.py python def calculate_square(num): return num ** 2 result = calculate_square(5) print(result) pylint example.py


上一篇:
下一篇:
切换中文