Skip to content

Commit

Permalink
👷 Add meson-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jan 4, 2025
1 parent 8684863 commit cb56214
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ repos:
hooks:
- id: check-mailmap
- repo: https://github.com/rhysd/actionlint
rev: v1.7.4
rev: v1.7.5
hooks:
- id: actionlint
- repo: https://github.com/adrienverge/yamllint
rev: v1.35.1
hooks:
- id: yamllint
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.19
rev: 0.7.21
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -69,27 +69,24 @@ repos:
- mdformat-config
- mdformat-web
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.16.0
rev: v0.17.0
hooks:
- id: markdownlint-cli2
additional_dependencies:
- markdown-it-texmath
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.3
rev: v0.8.4
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.390
rev: v1.1.391
hooks:
- id: pyright
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
- repo: https://github.com/trim21/pre-commit-mirror-meson
rev: v1.6.1
hooks:
- id: prettier
exclude_types:
- markdown
- json
- id: meson-fmt
- repo: https://github.com/NixOS/nixfmt
rev: cb92834560306868e4020dd643f09482587c6e7a
hooks:
Expand Down

0 comments on commit cb56214

Please sign in to comment.