Suppress pylint warning

This commit is contained in:
Joe Rickerby
2022-10-16 12:33:09 +01:00
parent 1904551399
commit 4a679749fa
+2
View File
@@ -177,6 +177,8 @@ def setup_setuptools_cross_compile(
env["SETUPTOOLS_USE_DISTUTILS"] = "local"
# these cross-compile setup functions have the same signature by design
# pylint: disable=unused-argument
def setup_rust_cross_compile(
tmp: Path,
python_configuration: PythonConfiguration,