Skip to content

Commit 0034899

Browse files
[pre-commit.ci] pre-commit autoupdate (#35)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit: v4.0.1 → v4.1.0](pre-commit/pre-commit@v4.0.1...v4.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.1...v0.9.4) - [github.com/woodruffw/zizmor-pre-commit: v1.1.1 → v1.3.0](zizmorcore/zizmor-pre-commit@v1.1.1...v1.3.0) * chore: fix zizmor findings --------- 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 af3f96d commit 0034899

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/main.yml

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.yml

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ repos:
2222
- id: check-docstring-first
2323

2424
- repo: https://github.com/pre-commit/pre-commit
25-
rev: v4.0.1
25+
rev: v4.1.0
2626
hooks:
2727
- id: validate_manifest
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.9.1
30+
rev: v0.9.5
3131
hooks:
3232
- id: ruff
3333
- id: ruff-format
3434

3535
- repo: https://github.com/woodruffw/zizmor-pre-commit
36-
rev: v1.1.1
36+
rev: v1.3.0
3737
hooks:
3838
- id: zizmor

0 commit comments

Comments
 (0)