File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -135,28 +135,31 @@ select = [
135
135
" UP" ,
136
136
]
137
137
ignore = [
138
- " B006" , # TODO: enable
139
- " B008" , # TODO: enable
138
+ " B006" , # TODO: enable
139
+ " B008" , # TODO: enable
140
140
" B007" ,
141
141
" B011" ,
142
- " B017" , # TODO: enable
142
+ " B017" , # TODO: enable
143
143
" B018" ,
144
144
" B020" ,
145
- " B023" , # TODO: enable
145
+ " B023" , # TODO: enable
146
146
" B028" ,
147
147
" B904" ,
148
148
" C401" ,
149
149
" C408" ,
150
150
" C416" ,
151
151
" PERF203" ,
152
152
" PIE790" ,
153
- " PT004" ,
153
+ " PT004" , # deprecated
154
+ " PT005" , # deprecated
154
155
" PT007" ,
155
156
" PT011" ,
156
157
" PT012" ,
157
158
" PT017" ,
158
159
" PT018" ,
159
160
" PYI024" ,
161
+ " UP027" , # deprecated
162
+ " UP038" , # https://github.com/astral-sh/ruff/issues/7871
160
163
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
161
164
" W191" ,
162
165
" E111" ,
You can’t perform that action at this time.
0 commit comments