tests update
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Quentin Ferrand 2022-04-21 18:09:40 +02:00
parent 8f69154780
commit 70e8d7b926
2 changed files with 2 additions and 2 deletions

View file

@ -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
- 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/

View file

@ -17,7 +17,7 @@ repos:
- id: flake8
args:
- "--max-line-length=200"
- "--ignore=E501"
- "--ignore=E501,W503"
- repo: https://github.com/psf/black
rev: 21.12b0
hooks: