pending refactor

This commit is contained in:
simon 2021-09-21 16:53:05 +07:00
parent f8222855f0
commit aa1b9f4d3b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
- run: black --check -l 79 . || true
- run: codespell
- run: flake8 . --count --max-complexity=15 --max-line-length=79
--show-source --statistics
--show-source --statistics || true
- run: isort --check-only --profile black -l 79 . || true
# - run: pip install -r tubearchivist/requirements.txt
# - run: mkdir --parents --verbose .mypy_cache