0.2.3.6
- Update logging - Update FeedDuplicateHandler
This commit is contained in:
parent
00f6427c57
commit
2be35bce53
7 changed files with 280 additions and 171 deletions
|
|
@ -3,10 +3,10 @@ python-linting:
|
|||
allow_failure: true
|
||||
image: python:3.7.4-slim-stretch
|
||||
before_script:
|
||||
- pip install poetry
|
||||
- pip install poetry --quiet
|
||||
- poetry config cache-dir ~/.cache/poetry
|
||||
- poetry config virtualenvs.in-project true
|
||||
- poetry install --no-interaction
|
||||
- poetry install --no-interaction --quiet
|
||||
script:
|
||||
- poetry run isort src/ --check-only --recursive
|
||||
- poetry run black src/ --line-length 88 --check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue