mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2024-12-28 02:16:07 +00:00
This is a terrible day
This commit is contained in:
parent
2ad18a8928
commit
b4ee8dfe7f
5
.github/workflows/pylint.yml
vendored
5
.github/workflows/pylint.yml
vendored
|
@ -16,9 +16,8 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install poetry
|
||||
python -m pip install --upgrade pip poetry
|
||||
python -m poetry install
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
python -m poetry run -m pylint $(git ls-files '*.py')
|
||||
poetry run -m pylint $(git ls-files '*.py')
|
||||
|
|
|
@ -7,7 +7,7 @@ license = "MIT"
|
|||
readme = ".github/README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
python = "^3.8"
|
||||
Flask = "^2.2.2"
|
||||
flask-compress = "^1.13"
|
||||
gunicorn = "^20.1.0"
|
||||
|
|
Loading…
Reference in a new issue