pyproject: add win to ty check

This commit is contained in:
Andrej730
2026-09-14 16:38:12 +05:00
parent 34e01b3cf8
commit c8ece3ddb3
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -220,6 +220,7 @@ cmake-format = "gersemi . --in-place"
cmd = """ cmd = """
ty check ty check
nix/ nix/
win/
src/bcf src/bcf
src/bsdd src/bsdd
src/ifc2ca src/ifc2ca
+1 -1
View File
@@ -293,7 +293,7 @@ def main() -> None:
cmake_prefix_path_parts = Deps.cmake_prefix_paths() cmake_prefix_path_parts = Deps.cmake_prefix_paths()
if qt_dir: if qt_dir:
cmake_prefix_path_parts.append(qt_dir) cmake_prefix_path_parts.append(Path(qt_dir))
cmake_prefix_path = ";".join(str(part) for part in cmake_prefix_path_parts) cmake_prefix_path = ";".join(str(part) for part in cmake_prefix_path_parts)
if ARGS.use_ninja: if ARGS.use_ninja: