Skip to content

Commit 620f6df

Browse files
authored
Merge pull request #325 from python-windrose/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 7d9e3d1 + c6ad7f5 commit 620f6df

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
- name: Setup Micromamba for Python ${{ matrix.python-version }}
3535
uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 # v3.0.0
3636
with:
37+
# Remove the line below when micromamba 2.6.2 is released.
38+
micromamba-version: '2.6.0-0'
3739
environment-name: TEST
3840
init-shell: bash
3941
create-args: >-

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
files: requirements-dev.txt
1717

1818
- repo: https://github.com/psf/black-pre-commit-mirror
19-
rev: 26.3.1
19+
rev: 26.5.0
2020
hooks:
2121
- id: black
2222
language_version: python3
@@ -51,7 +51,7 @@ repos:
5151
- id: add-trailing-comma
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.15.12
54+
rev: v0.15.13
5555
hooks:
5656
- id: ruff
5757

@@ -81,7 +81,7 @@ repos:
8181
- id: nb-strip-paths
8282

8383
- repo: https://github.com/woodruffw/zizmor-pre-commit
84-
rev: v1.24.1
84+
rev: v1.25.2
8585
hooks:
8686
- id: zizmor
8787

0 commit comments

Comments
 (0)