mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-21 17:11:06 +00:00
pylint: remove unused global suppressions
This commit is contained in:
parent
1a0fbac76c
commit
81ee5e945f
1 changed files with 0 additions and 3 deletions
|
@ -7,8 +7,6 @@ disable =
|
|||
cyclic-import,
|
||||
duplicate-code,
|
||||
fixme,
|
||||
import-error,
|
||||
import-self,
|
||||
no-member,
|
||||
raise-missing-from,
|
||||
too-few-public-methods,
|
||||
|
@ -16,7 +14,6 @@ disable =
|
|||
too-many-instance-attributes,
|
||||
unnecessary-lambda-assignment,
|
||||
unsubscriptable-object,
|
||||
unsupported-membership-test,
|
||||
|
||||
[FORMAT]
|
||||
max-line-length=88
|
||||
|
|
Loading…
Reference in a new issue