We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36b34c commit 53978e4Copy full SHA for 53978e4
setup.py
@@ -129,7 +129,7 @@ def generate_combined_checksum(root):
129
return hash_files(*gen_files, extra_data=extra_data)
130
131
132
-def build(setup_kwargs: Dict[str, Any]={}) -> None:
+def build(setup_kwargs: Dict[str, Any]) -> None:
133
# Validate that the SWIG wrappers are generated from the latest
134
# sources (if we have them)
135
swigdir = PYCBF_ROOT / "SWIG"
0 commit comments