mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-08-10 13:10:03 +08:00
Update lint_python.yml
This commit is contained in:
parent
d765461f71
commit
46fafe5a09
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- run: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=88
|
||||
--show-source --statistics
|
||||
- run: isort --check-only --profile black . || true
|
||||
# - run: pip install -r requirements.txt || pip install --editable . || true
|
||||
- run: pip install -r requirements.txt
|
||||
- run: pip install --editable .
|
||||
- run: mkdir --parents --verbose .mypy_cache
|
||||
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user