ruff: enable warning lints

This commit is contained in:
Jörg Thalheim
2024-10-23 10:20:43 +02:00
committed by Mic92
parent 2f9981c510
commit 4af1954abf
15 changed files with 30 additions and 15 deletions

View File

@@ -25,4 +25,4 @@ cmd = [
print("Running:", shlex.join(cmd))
subprocess.run(cmd)
subprocess.run(cmd, check=True)