1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

Update lint_python.yml

This commit is contained in:
Christian Clauss
2022-12-03 23:30:32 +01:00
committed by GitHub
parent 4171ec46ea
commit 03db8507d3

View File

@ -19,7 +19,7 @@ jobs:
- run: isort --check-only --profile black . || true - run: isort --check-only --profile black . || true
- run: pip install -r requirement.txt || pip install -r requirements.txt || pip install --editable . || pip install . || true - run: pip install -r requirement.txt || pip install -r requirements.txt || pip install --editable . || pip install . || true
- run: mkdir --parents --verbose .mypy_cache - run: mkdir --parents --verbose .mypy_cache
- run: mypy --ignore-missing-imports --install-types --non-interactive . - run: mypy --ignore-missing-imports --install-types --non-interactive . || true
- run: pytest . || true - run: pytest . || true
- run: pytest --doctest-modules . || true - run: pytest --doctest-modules . || true
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true - run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true