sciber-io / yubikey-locker

Sciber Yubikey Locker
MIT License
1 stars 0 forks source link

MyPy strict typing #40

Open andreaspersson-sciber opened 4 months ago

andreaspersson-sciber commented 4 months ago

Mypy strict typing is not enforced.

mypy --strict src/sciber_yklocker.py

Update precommit to enforce strict typing:

    hooks:
      - id: mypy
        args: ["--ignore-missing-imports", "--strict"]
LukasAdel commented 4 months ago

Improvements ongoing in https://github.com/sciber-io/yklocker/tree/strict_typing