Skip to content

Commit 1ddf3bc

Browse files
add non-failing ruff linting codes
Signed-off-by: Laurynas Jagutis <[email protected]>
1 parent 78cd19a commit 1ddf3bc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,19 @@ select = [
100100
# isort
101101
"I",
102102
"SIM",
103+
"YTT",
104+
"BLE",
105+
"PERF",
106+
"Q",
107+
"ICN",
108+
"ISC",
109+
"G",
110+
"LOG",
111+
"EXE",
112+
"FA",
113+
"FURB",
114+
"FLY",
115+
"SLOT",
103116
]
104117
ignore = ["SIM108", "SIM118", "SIM110", "SIM211"]
105118

0 commit comments

Comments
 (0)