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

@ -0,0 +1,7 @@
"""Test the compy stats dash file."""
from aki_prj23_transparenzregister.ui import company_stats_dash
def test_company_stats_dash_import() -> None:
"""Since there is no single method to test the import is tested instead."""
assert company_stats_dash