Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ci:
- eslint
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -18,24 +18,24 @@ repos:
- id: check-toml
- id: debug-statements
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
types_or: [javascript, jsx, ts, tsx, json, yaml, markdown]
args:
- --no-config
- --no-semi
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.7.0-4
rev: v3.12.0-2
hooks:
- id: shfmt
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.37.1
hooks:
- id: yamllint
args: [--format, parsable, -d, relaxed]
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
args:
Expand All @@ -55,7 +55,7 @@ repos:
- ".*/generated/"
additional_dependencies: ["gibberish-detector"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.8"
rev: "v0.12.10"
hooks:
- id: ruff-format
- id: ruff
Expand All @@ -72,7 +72,7 @@ repos:
exclude: "(node_modules/|.yarn/)"
require_serial: false
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
rev: v0.11.0.1
hooks:
- id: shellcheck
args: ["--severity=warning"]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.0
7.2.0
Loading