From e7336e110ac0d60bd3aeb317954653e312d8cc08 Mon Sep 17 00:00:00 2001 From: madomado Date: Fri, 29 Dec 2023 21:21:43 +0800 Subject: [PATCH] fix: ruff (#864) Signed-off-by: madomado --- anda/langs/python/ruff/python3-ruff.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/python/ruff/python3-ruff.spec b/anda/langs/python/ruff/python3-ruff.spec index 38978cf8e0..7656fc2fec 100644 --- a/anda/langs/python/ruff/python3-ruff.spec +++ b/anda/langs/python/ruff/python3-ruff.spec @@ -18,7 +18,7 @@ integrating more functionality behind a single, common interface. %autosetup -n ruff-%{version} %build -maturin build --release --strip --locked --all-features +maturin build --release --strip --all-features # --locked %install pip3 install --root=%{buildroot} target/wheels/*.whl