diff --git a/pyproject.toml b/pyproject.toml index 124e69d..ae480f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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