qubes-app-u2f icon indicating copy to clipboard operation
qubes-app-u2f copied to clipboard

mypy type fix: kwargs keys must be str

Open 3nprob opened this issue 5 months ago • 0 comments

Fix mypy error: https://gitlab.com/QubesOS/qubes-app-u2f/-/jobs/8828156768

$ mypy --install-types --non-interactive
Found 1 error in 1 file (checked 18 source files)
qubesctap/ctap2.py:80: error: Keywords must be strings  [misc]

3nprob avatar Jun 24 '25 22:06 3nprob