We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93c6d92 + 58bd5e9 commit fa7c248Copy full SHA for fa7c248
pyproject.toml
@@ -151,7 +151,8 @@ ignore = [
151
"C416",
152
"PERF203",
153
"PIE790",
154
- "PT004",
+ "PT004", # deprecated
155
+ "PT005", # deprecated
156
"PT007",
157
"PT011",
158
"PT012",
@@ -162,6 +163,8 @@ ignore = [
162
163
"RUF012", # TODO: enable
164
"RUF015",
165
"RUF017", # TODO: enable
166
+ "UP027", # deprecated
167
+ "UP038", # https://github.com/astral-sh/ruff/issues/7871
168
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
169
"W191",
170
"E111",
0 commit comments