Skip to content

Commit ff0ccfc

Browse files
committed
Ignore erroneous pylint error
1 parent eb55033 commit ff0ccfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
'duplicate-code',
6666
# Let isort handle imports
6767
'wrong-import-order',
68+
# pylint does not support new type hint styles e.g. list[str]
69+
'unsubscriptable-object',
6870
]
6971

7072
[tool.pylint.'FORMAT']

0 commit comments

Comments
 (0)