Skip to content

Commit

Permalink
Enable extra Ruff rules
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Nov 23, 2024
1 parent bfeaa6d commit fcb40b3
Showing 1 changed file with 7 additions and 28 deletions.
35 changes: 7 additions & 28 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,32 +52,11 @@ py-modules = ["normaldistrib"]
version = {attr = "normaldistrib.__version__"}

[tool.ruff.lint]
extend-select = [
"ASYNC",
"B",
"C4",
"ERA",
"F",
"FLY",
"FURB",
"I",
"ICN",
"INT",
"NPY",
"PERF",
"PIE",
"PLC",
"PLE",
"PLW",
"PT",
"PTH",
"Q",
"RET",
"RSE",
"RUF",
"SIM",
"T20",
"TCH",
"UP",
"YTT",
extend-select = ["ALL"]
extend-ignore = [
"ANN",
"COM812",
"D",
"ISC001",
"PLR0913",
]

0 comments on commit fcb40b3

Please sign in to comment.