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 6798466 commit 8d662acCopy full SHA for 8d662ac
pyproject.toml
@@ -313,7 +313,7 @@ extend-select = [
313
"RUF",
314
"SIM", # flake8-simplify
315
"SLOT", # flake8-slots
316
- "TC", # flake8-type-checking
+ "TC", # flake8-type-checking
317
"TRY", # tryceratops
318
"UP", # pyupgrade
319
"W", # pycodestyle warnings
@@ -322,6 +322,8 @@ ignore = [
322
"ANN401",
323
"PT011", # TODO: apply this rule
324
"PT012", # TODO: apply this rule
325
+ "PT030", # TODO: apply this rule
326
+ "PT031", # TODO: apply this rule
327
"RET505",
328
"RET506",
329
"RUF005",
0 commit comments