From 66b989bd66035f7e41ac67cee8e923bd626c0ae9 Mon Sep 17 00:00:00 2001 From: Cody Fincher Date: Mon, 11 Mar 2024 23:23:56 -0500 Subject: [PATCH] chore: add additional entries to pre-commit --- .github/workflows/ci.yaml | 2 +- .pre-commit-config.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 952576c8..45a5598c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7d7dd666..6f45c2a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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