Skip to content

Commit 73fa6c4

Browse files
ci: update pre-commit hooks
1 parent 58b4293 commit 73fa6c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ repos:
99
- id: deno-lint
1010
files: \.(ts|tsx|js|jsx)$
1111
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
12-
rev: v14.4.0
12+
rev: v17.5.0
1313
hooks:
1414
- id: stylelint
1515
args: [--fix]
1616
files: \.(css|scss|sass|less|html|js|jsx|ts|tsx)$
1717
- repo: https://github.com/igorshubovych/markdownlint-cli
18-
rev: v0.45.0
18+
rev: v0.48.0
1919
hooks:
2020
- id: markdownlint
2121
args: [--fix, --config, .markdownlint.jsonc]

0 commit comments

Comments
 (0)