Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Nov 4, 2024
1 parent 1c10d0c commit 4cb3d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4cb3d75

Please sign in to comment.