From 13119be45ed72a2bdac28c4e779e9d79e71cf088 Mon Sep 17 00:00:00 2001 From: odrling Date: Fri, 22 Mar 2024 00:33:25 +0100 Subject: [PATCH] add ruff config --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1ca3534..c952982 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,3 +33,6 @@ include = [ [tool.mypy] mypy_path = "stubs" +[tool.ruff.lint] +select = ["E", "F", "W", "B", "SIM", "I"] +