Skip to content

Commit 1e5a357

Browse files
Undo ruff changes that conflict with flake8
1 parent a8d84b9 commit 1e5a357

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/rules/test_indentation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def test_non_indented_sequences(self):
192192
'BMapStart B_MAP:0 KEY:0 VAL:2 B_SEQ:0 B_ENT:2 B_MAP:2\n'
193193
' Key B_MAP:0 KEY:0 VAL:2 B_SEQ:0 B_ENT:2 B_MAP:2 KEY:2\n'
194194
' Scalar B_MAP:0 KEY:0 VAL:2 B_SEQ:0 B_ENT:2 B_MAP:2 KEY:2\n'
195-
' Value B_MAP:0 KEY:0 VAL:2 B_SEQ:0 B_ENT:2 B_MAP:2 KEY:2 VAL:4\n'
195+
' Value B_MAP:0 KEY:0 VAL:2 B_SEQ:0 B_ENT:2 B_MAP:2 KEY:2 VAL:4\n' # noqa: E501
196196
' Scalar B_MAP:0 KEY:0 VAL:2 B_SEQ:0 B_ENT:2 B_MAP:2\n'
197197
' BEnd B_MAP:0\n'
198198
# missing BEnd here

tests/test_spec_examples.py

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
# encoding='utf-8') as g:
4343
# g.write(text)
4444

45+
4546
class SpecificationTestCase(RuleTestCase):
4647
rule_id = None
4748

0 commit comments

Comments
 (0)