Skip to content

Commit de4d6f3

Browse files
ci(pre-commit): update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.3](astral-sh/ruff-pre-commit@v0.2.2...v0.3.3) - [github.com/commitizen-tools/commitizen: v3.15.0 → v3.18.4](commitizen-tools/commitizen@v3.15.0...v3.18.4) - [github.com/koalaman/shellcheck-precommit: v0.9.0 → v0.10.0](koalaman/shellcheck-precommit@v0.9.0...v0.10.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/streetsidesoftware/cspell-cli: v8.4.0 → v8.6.0](streetsidesoftware/cspell-cli@v8.4.0...v8.6.0)
1 parent 4dfbb8b commit de4d6f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ ci:
66
- shellcheck
77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.2.2
9+
rev: v0.3.3
1010
hooks:
1111
- id: ruff
1212
args:
1313
- --fix
1414
- id: ruff-format
1515
- repo: https://github.com/commitizen-tools/commitizen
16-
rev: v3.15.0
16+
rev: v3.18.4
1717
hooks:
1818
- id: commitizen
1919
- repo: https://github.com/koalaman/shellcheck-precommit
20-
rev: v0.9.0
20+
rev: v0.10.0
2121
hooks:
2222
- id: shellcheck
2323
files: \.(bash|sh|zsh)(\.tmpl)?$
2424
types:
2525
- text
2626
- repo: https://github.com/pre-commit/mirrors-prettier
27-
rev: v3.1.0
27+
rev: v4.0.0-alpha.8
2828
hooks:
2929
- id: prettier
3030
stages:
@@ -76,6 +76,6 @@ repos:
7676
- id: fix-spaces
7777
- id: forbid-bidi-controls
7878
- repo: https://github.com/streetsidesoftware/cspell-cli
79-
rev: v8.4.0
79+
rev: v8.6.0
8080
hooks:
8181
- id: cspell

0 commit comments

Comments
 (0)