chore: move to ruff-format (#1651)
* chore: move to ruff-format Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * Apply suggestions from code review * Apply suggestions from code review * chore: bump Ruff Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
@@ -18,9 +18,7 @@ project_with_a_test = test_projects.new_c_project(
|
||||
)
|
||||
)
|
||||
|
||||
project_with_a_test.files[
|
||||
"test/spam_test.py"
|
||||
] = r'''
|
||||
project_with_a_test.files["test/spam_test.py"] = r'''
|
||||
import os
|
||||
import platform
|
||||
import sys
|
||||
@@ -115,9 +113,7 @@ def test_extras_require(tmp_path):
|
||||
|
||||
|
||||
project_with_a_failing_test = test_projects.new_c_project()
|
||||
project_with_a_failing_test.files[
|
||||
"test/spam_test.py"
|
||||
] = r"""
|
||||
project_with_a_failing_test.files["test/spam_test.py"] = r"""
|
||||
from unittest import TestCase
|
||||
|
||||
class TestSpam(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user