Chore/rework workflow (#52)

* Reworked the lint action
* Removed the file change requirement
* Repaired mypy
* Repaired pip-audit
This commit is contained in:
2023-08-17 22:05:12 +02:00
committed by GitHub
parent daa315804e
commit e4a57c9136
19 changed files with 159 additions and 101 deletions

View File

@ -1,4 +1,4 @@
def test_import():
def test_import() -> None:
from aki_prj23_transparenzregister.utils.postgres import entities
assert entities is not None