Skip to content

Commit

Permalink
pylint: remove unused global suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
dato committed Jul 27, 2024
1 parent 1a0fbac commit 81ee5e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ disable =
cyclic-import,
duplicate-code,
fixme,
import-error,
import-self,
no-member,
raise-missing-from,
too-few-public-methods,
too-many-ancestors,
too-many-instance-attributes,
unnecessary-lambda-assignment,
unsubscriptable-object,
unsupported-membership-test,

[FORMAT]
max-line-length=88

0 comments on commit 81ee5e9

Please sign in to comment.