From b71f7843efd4efb687dc6c7e262f136a2653ca86 Mon Sep 17 00:00:00 2001 From: Jaspar Stach Date: Mon, 15 Jul 2024 15:15:37 +0200 Subject: [PATCH] Update ruff pyproject config (#1023) --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6a09abe75..49f7a9f6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,6 +85,8 @@ line_length = 80 [tool.ruff] line-length = 80 target-version = "py39" + +[tool.ruff.lint] extend-select = ["I", "PLE", "PLW"] [tool.mypy]