pylint: use default good-names list

This commit is contained in:
Hans-Christoph Steiner 2025-04-09 11:39:43 +02:00
parent d5bc7a6942
commit e1a8e1a08a

View File

@ -87,10 +87,6 @@ py-version = "3.9"
# Files or directories to be skipped. They should be base names, not paths.
ignore = ["apksigcopier.py", "looseversion.py"]
[tool.pylint.basic]
# Good variable names which should always be accepted, separated by a comma.
good-names = ["i", "j", "k", "ex", "Run", "f", "fp"]
[tool.pylint."messages control"]
# Only show warnings with the listed confidence levels. Leave empty to show all.
# Valid levels: HIGH, CONTROL_FLOW, INFERENCE, INFERENCE_FAILURE, UNDEFINED.