Skip to content

Commit 567013e

Browse files
[pre-commit.ci] pre-commit autoupdate (#317)
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 16637f1 commit 567013e

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
@@ -20,12 +20,12 @@ repos:
2020
- id: check-docstring-first
2121

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

2828
- repo: https://github.com/woodruffw/zizmor-pre-commit
29-
rev: v1.0.0
29+
rev: v1.3.0
3030
hooks:
3131
- id: zizmor

0 commit comments

Comments
 (0)