offa / release-tool

Tool to create project releases.
GNU General Public License v3.0
2 stars 2 forks source link

Pylint deprecation warnings #76

Closed offa closed 1 year ago

offa commented 1 year ago

Pylint issues deprecation warnings:

pylint: Command line or configuration file:1: UserWarning: Specifying exception names in the overgeneral-exceptions option without module name is deprecated and support for it will be removed in pylint 3.0. Use fully qualified name (maybe 'builtins.BaseException' ?) instead.