summaryrefslogtreecommitdiff
path: root/moreores/.pre-commit-config.yaml
blob: 22f1dbea482d76ce2f69efb0e00ff92f78fb22f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v2.1.0
    hooks:
      - id: end-of-file-fixer
      - id: trailing-whitespace

      - id: mixed-line-ending
        args: [--fix=lf]

  - repo: https://github.com/Calinou/pre-commit-luacheck
    rev: v1.0.0
    hooks:
      - id: luacheck