Mods
This commit is contained in:
41
cromulant/ruff.toml
Normal file
41
cromulant/ruff.toml
Normal file
@@ -0,0 +1,41 @@
|
||||
[lint]
|
||||
|
||||
select = [
|
||||
"T",
|
||||
"Q",
|
||||
"W",
|
||||
"B",
|
||||
"N",
|
||||
"F",
|
||||
"FA",
|
||||
"RET",
|
||||
"PTH",
|
||||
"ERA",
|
||||
"PLW",
|
||||
"PERF",
|
||||
"RUF",
|
||||
"FLY",
|
||||
"PT",
|
||||
"PYI",
|
||||
"PIE",
|
||||
"ICN",
|
||||
"UP",
|
||||
"TRY",
|
||||
"C4",
|
||||
"E401",
|
||||
"E713",
|
||||
"E721",
|
||||
"S101",
|
||||
"S113",
|
||||
"SIM103",
|
||||
"SIM114",
|
||||
"SIM118",
|
||||
"SIM210",
|
||||
"PLR5501",
|
||||
"PLR1711",
|
||||
]
|
||||
|
||||
exclude = [
|
||||
"pyperclip.py",
|
||||
"tests.py",
|
||||
]
|
||||
Reference in New Issue
Block a user