mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 23:29:29 +00:00
pending refactor
This commit is contained in:
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user