Skip to content

Commit

Permalink
[pyproject.toml] remove unknown fields for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
pfackeldey committed Aug 6, 2024
1 parent 94886b2 commit 0ea4f52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
]
Expand Down

0 comments on commit 0ea4f52

Please sign in to comment.