We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6260102 commit 196d171Copy full SHA for 196d171
1 file changed
toolchain/mfc/test/cases.py
@@ -1,4 +1,3 @@
1
-# pylint: disable=too-many-lines
2
import itertools
3
import os
4
import typing
@@ -86,7 +85,6 @@ def get_dimensions():
86
85
return r
87
88
89
-# pylint: disable=too-many-locals, too-many-statements
90
91
92
def list_cases() -> typing.List[TestCaseBuilder]:
0 commit comments