Skip to content

Commit 9cfe47c

Browse files
pre-commit autoupdate and bump prefix-dev/setup-pixi in github-actions (#51)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b996e0 commit 9cfe47c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- py313
3131
steps:
3232
- uses: actions/checkout@v4
33-
- uses: prefix-dev/setup-pixi@v0.8.8
33+
- uses: prefix-dev/setup-pixi@v0.8.10
3434
with:
3535
pixi-version: v0.42.1
3636
cache: true

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
hooks:
4646
- id: yamllint
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.11.13
48+
rev: v0.12.2
4949
hooks:
5050
# Run the linter.
5151
- id: ruff
@@ -74,7 +74,7 @@ repos:
7474
- '88'
7575
files: (README\.md)
7676
- repo: https://github.com/pre-commit/mirrors-mypy
77-
rev: v1.16.0
77+
rev: v1.16.1
7878
hooks:
7979
- id: mypy
8080
files: src|tests

0 commit comments

Comments
 (0)