We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a1cff commit 2fbe3d5Copy full SHA for 2fbe3d5
build.py
@@ -123,7 +123,7 @@ def generate_combined_checksum(root):
123
return hash_files(*gen_files, extra_data=extra_data)
124
125
126
-def build(setup_kwargs: Dict[str, Any]) -> None:
+def build(**setup_kwargs: Any) -> None:
127
# Validate that the SWIG wrappers are generated from the latest
128
# sources (if we have them)
129
swigdir = PYCBF_ROOT / "SWIG"
0 commit comments