Skip to content

Commit 27b1629

Browse files
authored
Merge pull request #1016 from PowerGridModel/feature/add-simple-ruff-checks
Linting and Formatting: adding multiple non-failing ruff linting codes
2 parents 78cd19a + 1ddf3bc commit 27b1629

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)