We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd1daf commit 44eed77Copy full SHA for 44eed77
1 file changed
tests/test_spdx_headers.py
@@ -52,6 +52,5 @@ def test_file_has_spdx_identifier(path: Path):
52
# not buried somewhere in the body.
53
head = path.read_text(encoding="utf-8").splitlines()[:5]
54
assert any(SPDX_TAG in line for line in head), (
55
- f"{path.relative_to(_REPO_ROOT)} is missing the SPDX header "
56
- f"'# {SPDX_TAG}'"
+ f"{path.relative_to(_REPO_ROOT)} is missing the SPDX header " f"'# {SPDX_TAG}'"
57
)
0 commit comments