Skip to content

Commit d030b8a

Browse files
sbryngelsonclaude
andcommitted
Remove pylint directives (replaced by ruff per #1323)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6260102 commit d030b8a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

toolchain/mfc/test/cases.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# pylint: disable=too-many-lines
21
import itertools
32
import os
43
import typing
@@ -86,9 +85,6 @@ def get_dimensions():
8685
return r
8786

8887

89-
# pylint: disable=too-many-locals, too-many-statements
90-
91-
9288
def list_cases() -> typing.List[TestCaseBuilder]:
9389
stack, cases = CaseGeneratorStack(), []
9490

0 commit comments

Comments
 (0)