This commit is contained in:
parent
c63841b6ac
commit
bf29c63744
2 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@ steps:
|
||||||
image: python:latest
|
image: python:latest
|
||||||
commands:
|
commands:
|
||||||
- pip install -q --upgrade pre-commit poetry pytest pylint pydantic rich markdownify prettytable feedgen feedparser md2gemini readability-lxml
|
- 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/
|
||||||
# - pylint --disable=E1101,E0401,C0301,W1514,C0114 ./tenkan/
|
# - pylint --disable=E1101,E0401,C0301,W1514,C0114 ./tenkan/
|
||||||
|
|
|
@ -53,9 +53,9 @@ repos:
|
||||||
entry: pylint --disable=E1101,E0401,C0301,W1514 --ignore=__init__.py --ignore-patterns=(.)*_test\.py,test_(.)*\.py
|
entry: pylint --disable=E1101,E0401,C0301,W1514 --ignore=__init__.py --ignore-patterns=(.)*_test\.py,test_(.)*\.py
|
||||||
language: system
|
language: system
|
||||||
types: [python]
|
types: [python]
|
||||||
# - id: pytest
|
- id: pytest
|
||||||
# name: Check pytest unit tests pass
|
name: Check pytest unit tests pass
|
||||||
# entry: pytest
|
entry: pytest
|
||||||
# pass_filenames: false
|
pass_filenames: false
|
||||||
# language: system
|
language: system
|
||||||
# types: [python]
|
types: [python]
|
||||||
|
|
Loading…
Reference in a new issue