Skip to content

Commit 4ba45b3

Browse files
ci: auto fixes from pre-commit hooks
for more information, see https://pre-commit.ci
1 parent 73155a1 commit 4ba45b3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/requirements/compile.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ def run(*args, **kwargs):
7575
print("Upgrading pip-tools")
7676
for py_ver in {key.split("-")[0] for key in COMPILE_SETTINGS.keys()}:
7777
args = [
78-
f"python{py_ver[2]}.{py_ver[3:]}",
79-
"-m",
80-
"pip",
81-
"install",
82-
"--upgrade",
83-
"pip-tools",
84-
"pip==24.3.1",
85-
"--break-system-packages",
78+
f"python{py_ver[2]}.{py_ver[3:]}",
79+
"-m",
80+
"pip",
81+
"install",
82+
"--upgrade",
83+
"pip-tools",
84+
"pip==24.3.1",
85+
"--break-system-packages",
8686
]
8787
subprocess.run(args, capture_output=True, check=False)
8888

0 commit comments

Comments
 (0)