Skip to content

tag 1.2.7

tag 1.2.7 #187

lint_python

succeeded Nov 29, 2024 in 27s
Set up job
0s
Run actions/checkout@v2
1s
Run actions/setup-python@v2
0s
Run pip install --upgrade pip wheel
0s
Run pip install bandit black codespell flake8 flake8-bugbear flake8-comprehensions isort mypy pytest pyupgrade safety
12s
Run bandit --recursive --skip B404,B602,B605 .
0s
Run black --check . || true
0s
Run codespell --ignore-words-list="fo,seh"
0s
Run flake8 --ignore=B001,B007,C408,E111,E127,E203,E261,E265,E303,E402,E701,E711,E722,F401,F541,F841,W291,W293,W503 --max-complexity=32 --max-line-length=118 --show-source --statistics .
0s
Run isort --check-only --profile black . || true
0s
Run pip install -r requirements.txt
2s
Run mkdir --parents --verbose .mypy_cache
0s
Run mypy --ignore-missing-imports --install-types --non-interactive . || true
3s
Run pytest . || pytest --doctest-modules . || true
1s
Run shopt -s globstar && pyupgrade --py36-plus **/*.py || true
0s
Run safety check
1s
Post Run actions/setup-python@v2
0s
Post Run actions/checkout@v2
0s
Complete job
0s