Skip to content

Commit 196d171

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 196d171

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

toolchain/mfc/test/cases.py

Lines changed: 0 additions & 2 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,7 +85,6 @@ def get_dimensions():
8685
return r
8786

8887

89-
# pylint: disable=too-many-locals, too-many-statements
9088

9189

9290
def list_cases() -> typing.List[TestCaseBuilder]:

0 commit comments

Comments
 (0)