This commit is contained in:
parent
ba8e465e25
commit
c723c31791
2 changed files with 2 additions and 2 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
|
||||
- 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/
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue