Skip to content

Commit

Permalink
Refactor ruff configuration to simplify linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Nov 25, 2024
1 parent a3e156e commit 9a57b40
Showing 1 changed file with 1 addition and 60 deletions.
61 changes: 1 addition & 60 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,71 +165,12 @@ target-version = "py38"

[tool.ruff.lint]
ignore = [
"ANN101",
"ANN102",
"D203",
"D212",
"FA100",
]
select = [
"A",
"AIR",
"ANN",
"ARG",
"ASYNC",
"B",
"BLE",
"C4",
"C90",
"COM",
"CPY",
"D",
"DJ",
"DTZ",
"E",
"EM",
"ERA",
"EXE",
"F",
"FA",
"FBT",
"FIX",
"FLY",
"FURB",
"G",
"I",
"ICN",
"INP",
"INT",
"ISC",
"LOG",
"N",
"NPY",
"PD",
"PERF",
"PGH",
"PIE",
"PL",
"PT",
"PTH",
"PYI",
"Q",
"RET",
"RSE",
"RUF",
"S",
"SIM",
"SLF",
"SLOT",
"T10",
"T20",
"TCH",
"TD",
"TID",
"TRY",
"UP",
"W",
"YTT",
"ALL",
]

[tool.ruff.lint.isort]
Expand Down

0 comments on commit 9a57b40

Please sign in to comment.