Skip to content

Commit e86c79b

Browse files
committed
Ignore pylint errors related to type annotation format
1 parent cfe6181 commit e86c79b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pylintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ disable=print-statement,
144144
missing-module-docstring,
145145
missing-class-docstring,
146146
missing-function-docstring,
147+
E1136,
148+
C0330,
147149

148150
# Enable the message, report, category or checker with the given id(s). You can
149151
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)