Skip to content

Commit

Permalink
removing lint rules that are unused (Qiskit#12217)
Browse files Browse the repository at this point in the history
  • Loading branch information
joesho112358 authored Apr 19, 2024
1 parent 5dbc0c0 commit 5fb343f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -227,18 +227,14 @@ disable = [
"no-value-for-parameter",
"not-context-manager",
"superfluous-parens",
"unknown-option-value",
"unexpected-keyword-arg",
"unnecessary-dict-index-lookup",
"unnecessary-direct-lambda-call",
"unnecessary-dunder-call",
"unnecessary-ellipsis",
"unnecessary-lambda-assignment",
"unnecessary-list-index-lookup",
"unspecified-encoding",
"unsupported-assignment-operation",
"use-dict-literal",
"use-list-literal",
"use-implicit-booleaness-not-comparison",
]

Expand Down

0 comments on commit 5fb343f

Please sign in to comment.