dotfiles/.config/nvim/pack/tree/start/nvim-web-devicons/.pre-commit-config.yaml

30 lines
703 B
YAML
Raw Normal View History

2025-09-16 01:01:02 +02:00
repos:
- repo: https://github.com/johnnymorganz/stylua
rev: v2.1.0
hooks:
- id: stylua-github
fail_fast: true
verbose: true
types: [lua]
- repo: local
hooks:
- id: luacheck
name: Luacheck
description: Lints Lua files using Luacheck.
entry: luacheck --
language: system
fail_fast: true
verbose: true
types: [lua]
- repo: local
hooks:
- id: colors
name: colors
description: Ensures Light Color Scheme version has been generated.
entry: make colors-check
language: system
require_serial: true
pass_filenames: false
verbose: true