File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Sun Jan 12 12:22:13 2025 -0500 - markiewicz@stanford.edu - sty: ruff format [git-blame-ignore-rev]
2
+ 40e41208a0f04063b3c4e373a65da1a2a6a275b5
3
+ # Sun Jan 12 11:51:49 2025 -0500 - markiewicz@stanford.edu - STY: ruff format [git-blame-ignore-rev]
4
+ 7e5d584910c67851dcfcd074ff307122689b61f5
1
5
# Sun Jan 1 12:38:02 2023 -0500 - effigies@gmail.com - STY: Run pre-commit config on all files
2
6
d14c1cf282a9c3b19189f490f10c35f5739e24d1
3
7
# Thu Dec 29 22:53:17 2022 -0500 - effigies@gmail.com - STY: Reduce array().astype() and similar constructs
Original file line number Diff line number Diff line change @@ -153,8 +153,6 @@ ignore = [
153
153
" C416" ,
154
154
" PERF203" ,
155
155
" PIE790" ,
156
- " PT004" , # deprecated
157
- " PT005" , # deprecated
158
156
" PT007" ,
159
157
" PT011" ,
160
158
" PT012" ,
@@ -165,7 +163,6 @@ ignore = [
165
163
" RUF012" , # TODO: enable
166
164
" RUF015" ,
167
165
" RUF017" , # TODO: enable
168
- " UP027" , # deprecated
169
166
" UP038" , # https://github.com/astral-sh/ruff/issues/7871
170
167
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
171
168
" W191" ,
You can’t perform that action at this time.