Skip to content

Commit

Permalink
Update pre-commit hooks and remove unused ones
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed May 16, 2024
1 parent fa97fa1 commit 2c4f226
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.5.0"
rev: "v4.6.0"
hooks:
- id: check-added-large-files
- id: check-toml
- id: check-yaml
- id: debug-statements
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "v17.0.6"
hooks:
- id: clang-format
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.1.6"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: "23.11.0"
hooks:
- id: black
- repo: https://github.com/rhysd/actionlint
rev: v1.6.26
hooks:
- id: actionlint
- id: detect-private-key

0 comments on commit 2c4f226

Please sign in to comment.