File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 13
13
- id : check-merge-conflict
14
14
- id : check-vcs-permalinks
15
15
- repo : https://github.com/astral-sh/ruff-pre-commit
16
- rev : v0.6.4
16
+ rev : v0.8.2
17
17
hooks :
18
18
- id : ruff
19
19
args : [ --fix ]
Original file line number Diff line number Diff line change @@ -151,8 +151,6 @@ ignore = [
151
151
" C416" ,
152
152
" PERF203" ,
153
153
" PIE790" ,
154
- " PT004" , # deprecated
155
- " PT005" , # deprecated
156
154
" PT007" ,
157
155
" PT011" ,
158
156
" PT012" ,
@@ -163,7 +161,6 @@ ignore = [
163
161
" RUF012" , # TODO: enable
164
162
" RUF015" ,
165
163
" RUF017" , # TODO: enable
166
- " UP027" , # deprecated
167
164
" UP038" , # https://github.com/astral-sh/ruff/issues/7871
168
165
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
169
166
" W191" ,
You can’t perform that action at this time.
0 commit comments