Commit 79ecf942 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

style: fix Ruff issues

parent d84bf0f2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ testpaths = [

[tool.ruff.lint]
extend-select = ["I"] # isort
ignore = ["F841"]

[tool.ruff.format]
# Like Black, use double quotes for strings.
+0 −1
Original line number Diff line number Diff line
import pytest

from tbc_check import checker
from tbc_check.checker import AnsiColors


def test_check_report_junit_ok1(capfd: pytest.CaptureFixture[str]):