Skip to content

Commit 017c32f

Browse files
committed
Update pylint configuration (ansible#175)
1 parent c2a41b5 commit 017c32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ disable = [
294294
"W3301", # nested-min-max / ruff PLW3301
295295
"duplicate-code",
296296
"too-few-public-methods",
297-
"unsubscriptable-object"
297+
"too-many-instance-attributes"
298298
]
299299

300300
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)