From 5a8389ee0d79ce3723e8ff84df3b3dec06090187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Deltheil?= Date: Sat, 27 Jan 2024 18:33:55 +0000 Subject: [PATCH] pyproject.toml: formatting --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 124e69de8..ae480f71d 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