tests updates

This commit is contained in:
Quentin Ferrand 2022-04-21 18:24:05 +02:00
parent a9bce25e4b
commit 0bde8222ce
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ steps:
- name: test - name: test
image: python:latest image: python:latest
commands: 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 - pre-commit run --all-files
# - flake8 --ignore=E501,W503,E265 # - flake8 --ignore=E501,W503,E265
# - mypy --ignore-missing-imports ./tenkan/ # - mypy --ignore-missing-imports ./tenkan/

View file

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