21 lines
560 B
YAML
21 lines
560 B
YAML
# Copyright (c) 2024 Joshua Rich <joshua.rich@gmail.com>
|
|
#
|
|
# This software is released under the MIT License.
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
repos:
|
|
- repo: https://github.com/golangci/golangci-lint
|
|
rev: v1.60.3
|
|
hooks:
|
|
- id: golangci-lint
|
|
- repo: https://github.com/compilerla/conventional-pre-commit
|
|
rev: v3.3.0
|
|
hooks:
|
|
- id: conventional-pre-commit
|
|
stages: [commit-msg]
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.6.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|