Skip to content

Commit 22cbe33

Browse files
committed
style: format test_filters.py
1 parent 8217fac commit 22cbe33

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/test_swe/test_filters.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,13 @@ def test_default_config(self):
4242
assert config.exclude_bots is True
4343
assert config.allowed_orgs is None
4444
assert config.min_stars == 0
45-
assert config.allowed_languages == ["python", "javascript", "typescript", "rust", "go"]
45+
assert config.allowed_languages == [
46+
"python",
47+
"javascript",
48+
"typescript",
49+
"rust",
50+
"go",
51+
]
4652
assert config.max_files_changed == 50
4753

4854
def test_custom_config(self):

0 commit comments

Comments
 (0)