updated workflow
pipeline / Test (push) Successful in 52s

This commit is contained in:
Brian Bjarke Jensen
2024-02-25 14:48:16 +01:00
parent e302f229a8
commit b98376f27d
-3
View File
@@ -19,12 +19,9 @@ jobs:
run: |
pip install poetry
poetry install
poetry show
- name: PEP8 Check
run: |
poetry run flake8 --version
poetry run flake8 ./src --benchmark
- name: Type Check
run: |
poetry run mypy --version
poetry run mypy ./src --disable-error-code=import-untyped