Skip to content

Commit 4830ab9

Browse files
committed
style: apply pre-commit fixes
1 parent 9517ee4 commit 4830ab9

2 files changed

Lines changed: 18 additions & 17 deletions

File tree

.pre-commit-config.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
exclude: '^(\.github/|\.vscode/|node_modules/).*|CODE_OF_CONDUCT\.md|CHANGELOG\.md'
22

33
repos:
4-
- repo: https://github.com/pre-commit/pre-commit-hooks
4+
- repo: https://github.com/pre-commit/pre-commit-hooks
55
rev: v6.0.0
66
hooks:
7-
- id: trailing-whitespace
8-
- id: end-of-file-fixer
9-
- id: check-yaml
7+
- id: trailing-whitespace
8+
- id: end-of-file-fixer
9+
- id: check-yaml
1010
args: [--unsafe]
11-
- id: check-json
12-
- id: check-added-large-files
13-
- id: check-shebang-scripts-are-executable
14-
- id: check-executables-have-shebangs
15-
- repo: https://github.com/astral-sh/ruff-pre-commit
11+
- id: check-json
12+
- id: check-added-large-files
13+
- id: check-shebang-scripts-are-executable
14+
- id: check-executables-have-shebangs
15+
- repo: https://github.com/astral-sh/ruff-pre-commit
1616
rev: v0.14.13
1717
hooks:
18-
- id: ruff
18+
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
20-
- id: ruff-format
21-
- repo: https://github.com/pre-commit/mirrors-prettier
20+
- id: ruff-format
21+
- repo: https://github.com/pre-commit/mirrors-prettier
2222
rev: v4.0.0-alpha.8
2323
hooks:
24-
- id: prettier
24+
- id: prettier
2525
files: \.(md|yaml|yml|json)$
26-
- repo: https://github.com/koalaman/shellcheck-precommit
26+
- repo: https://github.com/koalaman/shellcheck-precommit
2727
rev: v0.10.0
2828
hooks:
29-
- id: shellcheck
30-
- repo: https://github.com/codespell-project/codespell
29+
- id: shellcheck
30+
- repo: https://github.com/codespell-project/codespell
3131
rev: v2.4.1
3232
hooks:
33-
- id: codespell
33+
- id: codespell

node_modules/.cache/prettier/.prettier-caches/19c85e70b53b965796398fcb6383a49f1dd8b6b5.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)