Skip to content

Commit e1a8e1a

Browse files
committed
pylint: use default good-names list
1 parent d5bc7a6 commit e1a8e1a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ py-version = "3.9"
8787
# Files or directories to be skipped. They should be base names, not paths.
8888
ignore = ["apksigcopier.py", "looseversion.py"]
8989

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-
9490
[tool.pylint."messages control"]
9591
# Only show warnings with the listed confidence levels. Leave empty to show all.
9692
# Valid levels: HIGH, CONTROL_FLOW, INFERENCE, INFERENCE_FAILURE, UNDEFINED.

0 commit comments

Comments
 (0)