Skip to content

Commit

Permalink
disable pylint rules that are now covered by ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed May 8, 2024
1 parent cf93233 commit ce5e40c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,9 @@ enable = [
"assignment-from-none",
"dict-iter-missing-items",
"invalid-bool-returned",
"invalid-bytes-returned",
"invalid-getnewargs-ex-returned",
"invalid-getnewargs-returned",
"invalid-index-returned",
"invalid-length-hint-returned",
"invalid-length-returned",
"invalid-slice-index",
"invalid-slice-step",
"invalid-slots",
Expand All @@ -107,10 +104,8 @@ enable = [
"logging-unsupported-format",
"method-hidden",
"modified-iterating-dict",
"modified-iterating-set",
"potential-index-error",
"relative-beyond-top-level",
"singledispatchmethod-function",
"abstract-method",
"arguments-out-of-order",
"attribute-defined-outside-init",
Expand All @@ -122,17 +117,14 @@ enable = [
"missing-param-doc",
"modified-iterating-list",
"multiple-constructor-doc",
"nan-comparison",
"non-parent-init-called",
"overlapping-except",
"preferred-module",
"raising-format-tuple",
"redeclared-assigned-name",
"redefined-outer-name",
"redefined-slots-in-subclass",
"redundant-returns-doc",
"redundant-yields-doc",
"self-cls-assignment",
"shallow-copy-environ",
"useless-param-doc",
"useless-parent-delegation",
Expand Down

0 comments on commit ce5e40c

Please sign in to comment.