Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#26)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4)
- [github.com/woodruffw/zizmor-pre-commit: v0.9.2 → v0.10.0](woodruffw/zizmor-pre-commit@v0.9.2...v0.10.0)

* Remove config that is default in the new version

---------

Co-authored-by: Randy Döring <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and radoering authored Dec 25, 2024
1 parent 3b86044 commit ea37ebc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,12 @@ repos:
- id: validate_manifest

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.3
rev: v0.8.4
hooks:
- id: ruff
- id: ruff-format

- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v0.9.2
rev: v0.10.0
hooks:
- id: zizmor
# types and files can be removed with https://github.com/woodruffw/zizmor-pre-commit/pull/2
types: [yaml]
files: \.github/workflows/.*$

0 comments on commit ea37ebc

Please sign in to comment.