use PathLike type instead of str | Path

This commit is contained in:
scito
2022-12-29 23:17:31 +01:00
parent a5768ba1e6
commit 51094a1a18
6 changed files with 18 additions and 9 deletions

View File

@@ -49,5 +49,5 @@ jobs:
mypy --install-types --non-interactive *.py
mypy --strict *.py
if: matrix.python-version == '3.x'
- name: Test with pytest
run: pytest
- name: Test with pytest (with code coverage)
run: pytest --cov=test_extract_otp_secret_keys_pytest