Version string for CTAP 2.1 (#590)

* new version string for 2.1

* fixes new Python linter problems
This commit is contained in:
kaczmarczyck
2023-02-08 09:20:59 +01:00
committed by GitHub
parent 684d37fa03
commit 8733d6585f
4 changed files with 7 additions and 8 deletions

View File

@@ -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