From 0ea4f52a6d2f5aabc5b70d44c15e63985a05e48c Mon Sep 17 00:00:00 2001 From: Peter Fackeldey Date: Tue, 6 Aug 2024 09:35:58 -0500 Subject: [PATCH] [pyproject.toml] remove unknown fields for ruff --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6afff6b..a0b77ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,6 @@ extend-ignore = [ "I002", # isort: "from __future__ import annotations" "ISC001", # flake8-implicit-str-concat: Implicit string concatenation" ] -minversion = "6.0" select = [ "E", "F", @@ -116,8 +115,6 @@ select = [ "YTT", # flake8-2020 "EXE", # flake8-executable ] -addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"] -xfail_strict = true unfixable = [ "F841", # Would remove unused variables ]