Skip to content

Commit 4e3ee44

Browse files
tanvimoharirPierre-Sassoulas
authored andcommitted
Checking with string for disable section
1 parent 109d67d commit 4e3ee44

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_config.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,7 @@ def test_toml_with_empty_list_for_plugins(tmp_path):
102102
config_file.write_text(
103103
"""
104104
[tool.pylint]
105-
disable = [
106-
"logging-not-lazy",
107-
"logging-format-interpolation",
108-
]
105+
disable = "logging-not-lazy,logging-format-interpolation"
109106
load-plugins = []
110107
"""
111108
)

0 commit comments

Comments
 (0)