Skip to content

Commit

Permalink
Pylint warning disabled (no-member).
Browse files Browse the repository at this point in the history
  • Loading branch information
petersulyok committed Nov 9, 2023
1 parent 328d7d8 commit 032d83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ disable= [
"too-many-branches", "too-many-instance-attributes", "too-many-statements", "too-many-arguments",
"too-many-locals", "too-many-public-methods", "invalid-name", "line-too-long", "missing-module-docstring",
"pointless-string-statement", "duplicate-code", "unsubscriptable-object", "too-many-lines",
"assignment-from-no-return", "protected-access"
"assignment-from-no-return", "protected-access", "no-member"
]

0 comments on commit 032d83f

Please sign in to comment.