Skip to content

Commit 77dfa11

Browse files
committed
chore: Stop ignoring removed rules
1 parent 40e4120 commit 77dfa11

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.git-blame-ignore-revs

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Sun Jan 12 12:22:13 2025 -0500 - [email protected] - sty: ruff format [git-blame-ignore-rev]
2+
40e41208a0f04063b3c4e373a65da1a2a6a275b5
3+
# Sun Jan 12 11:51:49 2025 -0500 - [email protected] - STY: ruff format [git-blame-ignore-rev]
4+
7e5d584910c67851dcfcd074ff307122689b61f5
15
# Sun Jan 1 12:38:02 2023 -0500 - [email protected] - STY: Run pre-commit config on all files
26
d14c1cf282a9c3b19189f490f10c35f5739e24d1
37
# Thu Dec 29 22:53:17 2022 -0500 - [email protected] - STY: Reduce array().astype() and similar constructs

pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ ignore = [
153153
"C416",
154154
"PERF203",
155155
"PIE790",
156-
"PT004", # deprecated
157-
"PT005", # deprecated
158156
"PT007",
159157
"PT011",
160158
"PT012",
@@ -165,7 +163,6 @@ ignore = [
165163
"RUF012", # TODO: enable
166164
"RUF015",
167165
"RUF017", # TODO: enable
168-
"UP027", # deprecated
169166
"UP038", # https://github.com/astral-sh/ruff/issues/7871
170167
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
171168
"W191",

0 commit comments

Comments
 (0)