From 35c8838c006044157a0cb8aacb11ab9a3fb00f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 24 Oct 2023 14:33:02 +0200 Subject: [PATCH] ci: Update ruff configuration --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1723ecfe..af185c15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,9 +11,9 @@ exclude = [ "doc", "site" ] -format = "github" ignore = [] line-length = 120 +output-format = "github" select = ["E", "F", "I", "PLC", "PLE", "UP"] target-version = "py37"