@@ -19,8 +19,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install poetry flake8 mypy types-pillow
|
pip install poetry flake8 mypy types-pillow
|
||||||
poetry install --with main,test
|
poetry install
|
||||||
- name: PEP8 Check
|
- name: PEP8 Check
|
||||||
run: flake8 ./src --benchmark
|
run: flake8 ./src --benchmark
|
||||||
- name: Type Check
|
- name: Type Check
|
||||||
run: mypy ./src --explicit-package-bases --disable-error-code=import-untyped
|
run: mypy ./src --explicit-package-bases --disable-error-code=import-untyped
|
||||||
|
|||||||
Reference in New Issue
Block a user