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.
1 parent 7b604b8 commit db6372aCopy full SHA for db6372a
pyproject.toml
@@ -189,6 +189,23 @@ ignore = [
189
# Fix these codes later
190
"G004",
191
"PERF203",
192
+ # https://github.com/astral-sh/ruff/issues/7871
193
+ "UP038",
194
+ # https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
195
+ "W191",
196
+ "E111",
197
+ "E114",
198
+ "E117",
199
+ "D206",
200
+ "D300",
201
+ "Q000",
202
+ "Q001",
203
+ "Q002",
204
+ "Q003",
205
+ "COM812",
206
+ "COM819",
207
+ "ISC001",
208
+ "ISC002",
209
]
210
211
[tool.pytest.ini_options]
0 commit comments