We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bc7a6 commit e1a8e1aCopy full SHA for e1a8e1a
1 file changed
pyproject.toml
@@ -87,10 +87,6 @@ py-version = "3.9"
87
# Files or directories to be skipped. They should be base names, not paths.
88
ignore = ["apksigcopier.py", "looseversion.py"]
89
90
-[tool.pylint.basic]
91
-# Good variable names which should always be accepted, separated by a comma.
92
-good-names = ["i", "j", "k", "ex", "Run", "f", "fp"]
93
-
94
[tool.pylint."messages control"]
95
# Only show warnings with the listed confidence levels. Leave empty to show all.
96
# Valid levels: HIGH, CONTROL_FLOW, INFERENCE, INFERENCE_FAILURE, UNDEFINED.
0 commit comments