dangerzone/tests/isolation_provider
Alexis Métaireau 99f1e15fd2
chore: Do not use fstrings without placeholders
> f-strings are a convenient way to format strings, but they are not
> necessary if there are no placeholder expressions to format. In this
> case, a regular string should be used instead, as an f-string without
> placeholders can be confusing for readers, who may expect such a
> placeholder to be present.
>
> — [ruff docs](https://docs.astral.sh/ruff/rules/f-string-missing-placeholders/)
2024-06-05 14:19:31 +02:00
..
__init__.py container: Improve parsing of progress reports 2023-08-01 14:43:49 +03:00
base.py chore(imports): remove useless imports 2024-06-05 14:19:30 +02:00
test_container.py chore(imports): remove useless imports 2024-06-05 14:19:30 +02:00
test_dummy.py chore(imports): remove useless imports 2024-06-05 14:19:30 +02:00
test_qubes.py chore: Do not use fstrings without placeholders 2024-06-05 14:19:31 +02:00