mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
pylint: use default good-names list
This commit is contained in:
parent
d5bc7a6942
commit
e1a8e1a08a
1 changed files with 0 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue