We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b4224 commit a113d1bCopy full SHA for a113d1b
tests/test_conflicting_formatters.py
@@ -46,7 +46,7 @@ def patched_run(formatters: list[Formatter]) -> Generator[type[_Run], None, None
46
],
47
)
48
def test_conflicting_formatters(
49
- formatters: list[Formatter], # pylint: disable=redefined-outer-name
+ formatters: list[Formatter],
50
expected_errors: list[str],
51
tmp_path: Path,
52
) -> None:
0 commit comments