From 4cb3d752cd31ae048d86f18686dd0402cf48a448 Mon Sep 17 00:00:00 2001 From: ismael2395 Date: Mon, 4 Nov 2024 12:24:22 -0800 Subject: [PATCH] fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a231d4b..5fc2afe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ exclude = ["*.ipynb"] select = ["E", "F", "I", "W", "B", "SIM", "PLE", "PLC", "PLW", "RUF"] ignore = ["C901", "E203", "E501", "E731", "PLC0206", "RUF027"] preview = true -exclude = ["*.ipynb", "scripts/image_shear_gpu_one_galaxy.py", "scripts/benchmarks/*.py"] +exclude = ["*.ipynb", "scripts/one_galaxy_shear.py", "scripts/benchmarks/*.py"] [tool.pytest.ini_options]