Skip to content

Commit

Permalink
chore: add additional entries to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Mar 12, 2024
1 parent cefb2b9 commit 66b989b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: "3.12"

- name: Install base libraries
run: pip install nodeenv cython setuptools pip --upgrade --quiet
run: pip install nodeenv cython setuptools pip --upgrade --quiet --user

- uses: pre-commit/action@v3.0.1

Expand Down
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ repos:
- id: mypy
exclude: scripts/
additional_dependencies:
- setuptools
- passlib[argon2]
- asyncpg
- asyncpg-stubs
- litestar[cli,jinja,jwt,redis,sqlalchemy,standard,structlog]
- litestar-granian
- litestar-vite
- litestar-saq
- types-freezegun
Expand Down

0 comments on commit 66b989b

Please sign in to comment.