Skip to content

Commit 183e60a

Browse files
committed
ruff: exclude rules
1 parent 9367682 commit 183e60a

1 file changed

Lines changed: 33 additions & 12 deletions

File tree

pyproject.toml

Lines changed: 33 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -100,23 +100,44 @@ select = ["ALL"]
100100
ignore = [
101101
"I",
102102
"D",
103+
103104
"ANN",
104-
"PLR0913",
105-
"UP032",
106-
"TRY003",
107-
"FBT002",
108-
"PLR0912",
105+
"ARG005",
106+
"B011",
107+
"B904",
108+
"C408",
109109
"C901",
110-
"SIM108",
110+
"COM812",
111111
"EM101",
112-
"B904",
113-
"TRY200",
114-
"RET505",
115112
"EM103",
116-
"COM812",
117-
"RET506",
113+
"FBT002",
114+
"FIX002",
115+
"INP001",
118116
"PGH003",
119-
"S101",
117+
"PLR0912",
118+
"PLR0913",
119+
"PLR2004",
120+
"PLW2901",
121+
"PT004",
122+
"PT012",
123+
"PT013",
124+
"PTH118",
125+
"PTH120",
126+
"RET504",
127+
"RET505",
128+
"RET506",
129+
"RUF005",
130+
"S101",
131+
"S113",
132+
"S603",
133+
"S607",
134+
"SIM108",
135+
"T201",
136+
"TD002",
137+
"TD003",
138+
"TRY003",
139+
"TRY200",
140+
"UP032",
120141
]
121142
line-length = 120
122143
target-version = "py38"

0 commit comments

Comments
 (0)