enable mypy type checking

This commit is contained in:
scito 2022-12-29 14:24:12 +01:00
parent 631bacc409
commit b89a338246
7 changed files with 85 additions and 8 deletions

View file

@ -1,5 +1,5 @@
import pathlib
from setuptools import setup
from setuptools import setup # type: ignore
setup(
name='extract_otp_secret_keys',