Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RLAlpha49 committed May 14, 2024
1 parent 0a9c9bb commit e790526
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3 -
- name: Cache Poetry dependencies
uses: actions/cache@v4
with:
path: ~/.cache/pypoetry
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
restore-keys: |
${{ runner.os }}-poetry-
- name: Install dependencies
run: |
poetry install
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ requests = "*"

[tool.poetry.dev-dependencies]
python-dotenv = "*"
types-requests = "*"
twine = "^5.0.0"
isort = "^5.13.2"
black = "^24.4.2"
pylint = "^3.1.1"
pylint = "^3.2.0"
mypy = "^1.10.0"
flake8 = "^7.0.0"
mkdocs = "^1.6.0"
Expand Down

0 comments on commit e790526

Please sign in to comment.