updated CI script
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
poetry install
|
||||
- name: PEP8 Check
|
||||
run: |
|
||||
poetry run flake8 ./src --benchmark
|
||||
poetry run flake8 . --benchmark
|
||||
- name: Type Check
|
||||
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