Skip to content

Commit d1503a7

Browse files
committed
Add common pylint options
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 0f915fa commit d1503a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ disable = [
104104
# disabled because it conflicts with isort
105105
"wrong-import-order",
106106
"ungrouped-imports",
107+
# pylint's unsubscriptable check is buggy and is not needed because
108+
# it is a type-check, for which we already have mypy.
109+
"unsubscriptable-object",
107110
]
108111

109112
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)