updated CI script
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
poetry install
|
poetry install
|
||||||
- name: PEP8 Check
|
- name: PEP8 Check
|
||||||
run: |
|
run: |
|
||||||
poetry run flake8 ./src --benchmark
|
poetry run flake8 . --benchmark
|
||||||
- name: Type Check
|
- name: Type Check
|
||||||
run: |
|
run: |
|
||||||
poetry run mypy ./src --disable-error-code=import-untyped
|
poetry run mypy . --disable-error-code=import-untyped
|
||||||
|
|||||||
Reference in New Issue
Block a user