@@ -18,9 +18,11 @@ jobs:
|
|||||||
- name: Install Packages
|
- name: Install Packages
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install poetry flake8 mypy types-pillow
|
pip install poetry
|
||||||
poetry install
|
poetry install --with main,test
|
||||||
- name: PEP8 Check
|
- name: PEP8 Check
|
||||||
run: flake8 ./src --benchmark
|
run: flake8 ./src --benchmark
|
||||||
- name: Type Check
|
- name: Type Check
|
||||||
run: mypy ./src --disable-error-code=import-untyped
|
run: |
|
||||||
|
poetry run flake8 --version
|
||||||
|
mypy ./src --disable-error-code=import-untyped
|
||||||
|
|||||||
Reference in New Issue
Block a user