Skip to content

Commit 9110aae

Browse files
author
Marius Schulze
committed
fix: ruff linting error
1 parent 72271aa commit 9110aae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/requirements/compile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import sys
77
from pathlib import Path
88

9+
910
if __name__ == "__main__":
1011
os.chdir(Path(__file__).parent)
1112
os.environ["CUSTOM_COMPILE_COMMAND"] = "requirements/compile.py"
@@ -16,7 +17,8 @@
1617
"compile",
1718
"--generate-hashes",
1819
"--allow-unsafe",
19-
] + sys.argv[1:]
20+
*sys.argv[1:],
21+
]
2022
subprocess.run(
2123
[
2224
"/usr/local/bin/python3.9",

0 commit comments

Comments
 (0)