Skip to content

Commit 8389985

Browse files
[pre-commit.ci] pre-commit autoupdate (#132)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Branch Vincent <[email protected]>
1 parent 454e6eb commit 8389985

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ concurrency:
1010
group: tests-${{ github.head_ref || github.ref }}
1111
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1212

13+
permissions: {}
14+
1315
jobs:
1416
tests:
1517
name: ${{ matrix.os }} / ${{ matrix.python-version }} ${{ matrix.suffix }}

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
release:
55
types: [published]
66

7+
permissions: {}
8+
79
jobs:
810
build:
911
name: Build

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ repos:
1919
- id: check-docstring-first
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.8.6
22+
rev: v0.9.5
2323
hooks:
2424
- id: ruff
2525
- id: ruff-format
2626

2727
- repo: https://github.com/woodruffw/zizmor-pre-commit
28-
rev: v1.0.0
28+
rev: v1.3.0
2929
hooks:
3030
- id: zizmor

0 commit comments

Comments
 (0)