mirror of
https://github.com/kristoferssolo/Tetris.git
synced 2025-10-21 20:00:35 +00:00
update ruff options
This commit is contained in:
parent
990c98f45e
commit
491886b134
@ -44,8 +44,36 @@ warn_unreachable = true
|
|||||||
warn_unused_configs = true
|
warn_unused_configs = true
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
|
extend-select = [
|
||||||
|
"B",
|
||||||
|
"BLE",
|
||||||
|
"C4",
|
||||||
|
"ERA",
|
||||||
|
"I",
|
||||||
|
"ICN",
|
||||||
|
"INP",
|
||||||
|
"ISC",
|
||||||
|
"N",
|
||||||
|
"NPY",
|
||||||
|
"PGH",
|
||||||
|
"PIE",
|
||||||
|
# "PTH",
|
||||||
|
"Q",
|
||||||
|
"RET",
|
||||||
|
"RSE",
|
||||||
|
"RUF",
|
||||||
|
"S",
|
||||||
|
"SIM",
|
||||||
|
"T20",
|
||||||
|
"TCH",
|
||||||
|
"TID",
|
||||||
|
"YTT",
|
||||||
|
]
|
||||||
|
show-fixes = true
|
||||||
line-length = 120
|
line-length = 120
|
||||||
indent-width = 4
|
indent-width = 4
|
||||||
|
target-version = "py38"
|
||||||
|
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
extend-select = ["I"]
|
extend-select = ["I"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user