mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 01:21:07 +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,
|
cyclic-import,
|
||||||
duplicate-code,
|
duplicate-code,
|
||||||
fixme,
|
fixme,
|
||||||
import-error,
|
|
||||||
import-self,
|
|
||||||
no-member,
|
no-member,
|
||||||
raise-missing-from,
|
raise-missing-from,
|
||||||
too-few-public-methods,
|
too-few-public-methods,
|
||||||
|
@ -16,7 +14,6 @@ disable =
|
||||||
too-many-instance-attributes,
|
too-many-instance-attributes,
|
||||||
unnecessary-lambda-assignment,
|
unnecessary-lambda-assignment,
|
||||||
unsubscriptable-object,
|
unsubscriptable-object,
|
||||||
unsupported-membership-test,
|
|
||||||
|
|
||||||
[FORMAT]
|
[FORMAT]
|
||||||
max-line-length=88
|
max-line-length=88
|
||||||
|
|
Loading…
Reference in a new issue