Skip to content

Commit 1d76080

Browse files
Lint
1 parent 1202ee3 commit 1d76080

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_formatter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ class Test(cg.Component):
695695
def some_really_long_name_such_that_it_should_wrap(self):
696696
return 2
697697
</script>
698-
"""
698+
""" # noqa: E501
699699
).lstrip()
700700

701701
formatted = format_cgx_content(content)
@@ -739,7 +739,7 @@ def test_format_multiline_dict_template_multi_attrs():
739739
class Item(cg.Component):
740740
pass
741741
</script>
742-
"""
742+
""" # noqa: E501
743743
).lstrip()
744744

745745
formatted = format_cgx_content(content)

0 commit comments

Comments
 (0)