From 551b8f0158124b81d908e863b80ed9292fa5c6bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Thu, 15 Feb 2024 09:01:53 +0100 Subject: [PATCH] udpates ruff configuration --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3498fac..0ab6eca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,9 +77,9 @@ select = [ "YTT", # flake8-2020 "W", # pycodestyle warnings ] + +[tool.ruff.lint] ignore = [ - "E203", # whitespace-before-punctuation - "W292", # missing-newline-at-end-of-file "PERF203", # try-except-in-loop ] extend-exclude = [