Ruff fixes

This commit is contained in:
Donkie
2023-05-28 22:55:11 +02:00
parent 639f91bd49
commit 235236d435
8 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
"""Build and run the integration tests."""
# ruff: noqa: S605, S607
import os
os.system("docker build -t donkie/spoolman:test .")