diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4fae40b..dfd103e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,6 +34,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: @@ -59,6 +61,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 tests shell: bash -l {0} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7054a31..d87f60b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,12 +28,12 @@ repos: - id: python-use-type-annotations - id: text-unicode-replacement-char - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.10 + rev: v0.15.12 hooks: - id: ruff-check - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.6 + rev: 0.11.7 hooks: - id: uv-lock - repo: https://github.com/executablebooks/mdformat