blob: e5367a8b499b79e172a2648dde1c60f3f80ed7d9 (
plain)
1
2
3
4
5
6
7
8
9
|
diff --git i/pylib/tools/hookslib.py w/pylib/tools/hookslib.py
index 99f08fa1e..9f60ae9dc 100644
--- i/pylib/tools/hookslib.py
+++ w/pylib/tools/hookslib.py
@@ -205,4 +205,3 @@ def write_file(path: str, hooks: list[Hook], prefix: str, suffix: str):
with open(path, "wb") as file:
file.write(code.encode("utf8"))
- subprocess.run([sys.executable, "-m", "ruff", "format", "-q", path], check=True)
|