Skip to content

Commit 1280688

Browse files
Apply ruff formatter
1 parent 0ba9486 commit 1280688

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/usethis/_tool/test_rule.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ def test_unmanaged_ignored(self):
2525

2626
def test_tests_ignored(self):
2727
assert (
28-
repr(RuleConfig(tests_ignored=["A"]))
29-
== "RuleConfig(tests_ignored=['A'])"
28+
repr(RuleConfig(tests_ignored=["A"])) == "RuleConfig(tests_ignored=['A'])"
3029
)
3130

3231
def test_nontests_ignored(self):

0 commit comments

Comments
 (0)