diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5e43eba..c924b75 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,6 +35,8 @@ jobs: enable-cache: true - name: Install just uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0 + with: + just-version: "1.43.1" - run: just typing run-tests: @@ -61,6 +63,8 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install just uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0 + with: + just-version: "1.43.1" - name: Run end-to-end tests run: just test diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e79359..99efaf0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: {{cookiecutter.package_name}}/setup.cfg )$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.10 + rev: v0.15.12 hooks: - id: ruff-check args: [--fix, hooks, tests]