Skip to content

Commit

Permalink
Update pre-commit hook woodruffw/zizmor-pre-commit to v1.2.2 (#117)
Browse files Browse the repository at this point in the history
* Update pre-commit hook woodruffw/zizmor-pre-commit to v1.2.2

* Specify permissions needed for running the checks workflow

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeppe Fihl-Pearson <[email protected]>
  • Loading branch information
renovate[bot] and Tenzer authored Jan 20, 2025
1 parent f277e4a commit 84e0acf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches:
- main

permissions:
contents: read

jobs:
mypy:
runs-on: ubuntu-24.04
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ repos:
- id: ruff-format

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

0 comments on commit 84e0acf

Please sign in to comment.