mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-25 12:14:30 -04:00
Fix code depts
This commit is contained in:
parent
a1618bb18a
commit
46ff9be4a2
10 changed files with 34 additions and 27 deletions
2
.github/workflows/python-check.yml
vendored
2
.github/workflows/python-check.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install -r requirements.txt
|
||||
python -m pip install flake8 pylint black mypy
|
||||
python -m pip install -r requirements_dev.txt
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
# stop the build if there are Python syntax errors or undefined names
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue