Skip to content

Commit f05d353

Browse files
committed
fix: resolve suggested changes
Remove extra comment Install extra dependencies, pre-commit passing locally
1 parent a760faa commit f05d353

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/functional/a/access/access_attr_before_def_false_positive.py

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def readUntilArray(self, matches, _=None):
3333
self.process_rawq()
3434
maxLength = 0
3535
for match in matches:
36-
# newly matched consider-using-max-builtin
3736
if len(match) > maxLength:
3837
maxLength = len(match)
3938

0 commit comments

Comments
 (0)