pyproject.toml: formatting

This commit is contained in:
Cédric Deltheil 2024-01-27 18:33:55 +00:00 committed by Cédric Deltheil
parent cd64bb29e6
commit 5a8389ee0d

View file

@ -81,7 +81,7 @@ line-length = 120
[tool.ruff]
src = ["src"] # see https://docs.astral.sh/ruff/settings/#src
select = [
"I", # isort
"I", # isort
]
ignore = [
"F722", # forward-annotation-syntax-error, because of Jaxtyping