Diff of /.pre-commit-config.yaml [000000] .. [13a70a]

Switch to unified view

a b/.pre-commit-config.yaml
1
repos:
2
  - repo: https://github.com/pre-commit/mirrors-prettier
3
    rev: "v3.1.0"
4
    hooks:
5
      - id: prettier
6
        additional_dependencies:
7
          - prettier@3.2.5
8
9
  - repo: https://github.com/editorconfig-checker/editorconfig-checker.python
10
    rev: "3.1.2"
11
    hooks:
12
      - id: editorconfig-checker
13
        alias: ec