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 ]