nixosTestLib: fix various linting issues

This commit is contained in:
Jörg Thalheim
2025-07-02 16:22:58 +02:00
parent ea93d8fec7
commit c509f333e4
4 changed files with 19 additions and 17 deletions

View File

@@ -41,4 +41,5 @@ ignore = [
"ANN", # type annotations
"COM812", # trailing comma
"ISC001", # string concatenation
"T201", # print statements
]