Skip to content

Commit e05bfbb

Browse files
committed
Ignore new pylint error
1 parent a3d0d97 commit e05bfbb

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
@@ -67,6 +67,8 @@
6767
'wrong-import-order',
6868
# pylint does not support new type hint styles e.g. list[str]
6969
'unsubscriptable-object',
70+
# mypy does not want untyped parameters.
71+
'useless-type-doc',
7072
]
7173

7274
[tool.pylint.'FORMAT']

0 commit comments

Comments
 (0)