diff --git a/.drone.yml b/.drone.yml index 4398d12..1272745 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e389a10..f249072 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: flake8 args: - "--max-line-length=200" - - "--ignore=E501" + - "--ignore=E501,W5O3" - repo: https://github.com/psf/black rev: 21.12b0 hooks: