From 174a000dc4fdd375908f19665dc9e6b975e77a40 Mon Sep 17 00:00:00 2001 From: Jacob Schmieder Date: Fri, 3 May 2024 16:09:46 +0200 Subject: [PATCH] fixed .ruff.toml --- .ruff.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ruff.toml b/.ruff.toml index d11fa04..f6be0be 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -1,3 +1,2 @@ [lint.extend-per-file-ignores] -"__init__.py" = ["E402"] -'__init__.py' = ["F403"] \ No newline at end of file +"__init__.py" = ["E402","F403"]