1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2026-01-10 22:39:37 +02:00

Minor fixes

This commit is contained in:
Christian Clauss
2023-03-04 16:02:23 +01:00
committed by GitHub
parent 4dcfd331fc
commit e885d19f8a
5 changed files with 15 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ jobs:
--statistics --target-version=py37 . | grep "\[\*\]"
- run: pip install black codespell mypy pytest safety
- run: black --check . || true
- run: codespell # --ignore-words-list="" --skip="*.css,*.js,*.lock"
- run: codespell
- run: pip install -r requirements.txt || pip install --editable . || pip install . || true
- run: mkdir --parents --verbose .mypy_cache
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true