Cover deprecated bad-* pylint options with black

This commit is contained in:
Mikhail f. Shiryaev 2022-06-08 14:17:16 +02:00
parent a16cf7e77e
commit a3e3be5221
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -13,9 +13,7 @@ max-statements=200
ignore-long-lines = (# )?<?https?://\S+>?$
[MESSAGES CONTROL]
disable = bad-continuation,
missing-docstring,
bad-whitespace,
disable = missing-docstring,
too-few-public-methods,
invalid-name,
too-many-arguments,