Skip to content

Commit

Permalink
chore: update pre-commit hooks (#441)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Tetsuo Koyama <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and tkoyama010 authored Jan 21, 2025
1 parent 636abaf commit 7bdf990
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing-and-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ env:
jobs:
Linux:
name: Linux Unit Testing
permissions:
contents: read
actions: write
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/update-pr-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
autoupdate:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Automatically update PR
uses: adRise/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.1
rev: v0.9.2
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down Expand Up @@ -98,6 +98,6 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v1.1.1
rev: v1.2.2
hooks:
- id: zizmor

0 comments on commit 7bdf990

Please sign in to comment.