Skip to content

Commit 05d97ab

Browse files
authored
Merge pull request #47 from ocefpaf/update_precommits
Update pre-commits
2 parents 079afc1 + b9796a0 commit 05d97ab

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
python-version: [ "3.10", "3.14"]
16+
python-version: [ "3.10", "3.14" ]
1717
os: [windows-latest, ubuntu-latest, macos-latest]
1818
fail-fast: false
1919
defaults:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: blackdoc
2828

2929
- repo: https://github.com/charliermarsh/ruff-pre-commit
30-
rev: v0.15.12
30+
rev: v0.15.14
3131
hooks:
3232
- id: ruff
3333
args: ["--fix", "--show-fixes"]
@@ -73,7 +73,7 @@ repos:
7373
- id: nb-strip-paths
7474

7575
- repo: https://github.com/woodruffw/zizmor-pre-commit
76-
rev: v1.24.1
76+
rev: v1.25.2
7777
hooks:
7878
- id: zizmor
7979

0 commit comments

Comments
 (0)