Also moved is_valid_signature() into main package module, for simplicity. Also consolidated a handul of in-line pylint disable directives into the .pylintrc config file.
4 lines
156 B
INI
4 lines
156 B
INI
[MESSAGES CONTROL]
|
|
disable=C0330,line-too-long,fixme,too-few-public-methods,too-many-ancestors
|
|
# C0330 is "bad hanging indent". we use indents per `black`.
|