Skip to content

Commit

Permalink
ci: remove pre-commit workflow and use ci alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
seqre committed Jul 11, 2024
1 parent aeda353 commit e284ea6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 29 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/pre-commit.yml

This file was deleted.

9 changes: 7 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
ci:
autofix_commit_msg: "chore(pre-commit.ci): auto fixes from pre-commit.com hooks"
autoupdate_commit_msg: "deps(pre-commit.ci): pre-commit autoupdate"
autoupdate_schedule: "monthly"

fail_fast: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -21,7 +26,7 @@ repos:
- id: prettier
types_or: [json, yaml]

- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
- repo: https://github.com/seqre/pre-commit-rust
rev: main
hooks:
- id: fmt

0 comments on commit e284ea6

Please sign in to comment.