Skip to content

Commit

Permalink
chore: update pre-commit hooks (#99)
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 Feb 5, 2025
1 parent b0e6f76 commit 029b371
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/awesome_bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches: ["*"]
pull_request:
branches: ["*"]
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ ci:
autoupdate_schedule: weekly
repos:
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.0
rev: 0.31.1
hooks:
- id: check-github-workflows
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
args: ["-L", ""]
Expand Down Expand Up @@ -47,7 +47,7 @@ repos:
language: python
files: README.md
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.1
rev: v0.9.4
hooks:
- id: ruff
args: [--fix]
Expand All @@ -60,6 +60,6 @@ repos:
args: [--option, "reorder_arrays=true", --option, "reorder_keys=true"]

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

0 comments on commit 029b371

Please sign in to comment.