S108: ignore our uses

This commit is contained in:
Jörg Thalheim
2025-08-20 16:06:56 +02:00
parent 136acc7901
commit 0a70ed6268
5 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ def test_get_clan_details_invalid_flake() -> None:
get_clan_details(invalid_flake)
with pytest.raises(FlakeInvalidError):
get_clan_details(Flake("/tmp"))
get_clan_details(Flake("/tmp")) # noqa: S108
@pytest.mark.with_core