Version string for CTAP 2.1 (#590)
* new version string for 2.1 * fixes new Python linter problems
This commit is contained in:
@@ -437,6 +437,6 @@ valid-metaclass-classmethod-first-arg=mcs
|
||||
|
||||
# Exceptions that will emit a warning when being caught. Defaults to
|
||||
# "Exception"
|
||||
overgeneral-exceptions=StandardError,
|
||||
Exception,
|
||||
BaseException
|
||||
overgeneral-exceptions=builtins.StandardError,
|
||||
builtins.Exception,
|
||||
builtins.BaseException
|
||||
|
||||
Reference in New Issue
Block a user