This commit is contained in:
parent
38a4b52d93
commit
726c5c08dd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ steps:
|
|||
- name: test
|
||||
image: python:latest
|
||||
commands:
|
||||
- pip install -q --upgrade pre-commit poetry pytest pylint pydantic rich markdownify prettytable feedgen feedparser md2gemini
|
||||
- pip install -q --upgrade pre-commit poetry pytest pylint pydantic rich markdownify prettytable feedgen feedparser md2gemini readability-lxml
|
||||
- pre-commit run --all-files
|
||||
# - flake8 --ignore=E501,W503,E265
|
||||
# - mypy --ignore-missing-imports ./tenkan/
|
||||
|
|
Loading…
Reference in a new issue