Skip to content

Commit

Permalink
Ignore type checking pylint alert
Browse files Browse the repository at this point in the history
It's causing false positives that mypy correctly detects.
  • Loading branch information
marcospri committed Sep 4, 2024
1 parent 6c249b7 commit 0a271c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ disable = [
# Mostly false positives, better served by mypy
"not-callable",
"no-member",
"unsupported-membership-test",

]

Expand Down

0 comments on commit 0a271c2

Please sign in to comment.