Files
geo2tz/.pre-commit-config.yaml
2023-06-23 21:30:21 +02:00

15 lines
446 B
YAML

repos:
[]
# - repo: https://github.com/golangci/golangci-lint
# rev: v1.46.2
# hooks:
# - id: golangci-lint
# args: ["--config", ".github/.golangci.yaml"]
# # commit msg check
# - repo: https:q//github.com/compilerla/conventional-pre-commit
# rev: v2.3.0
# hooks:
# - id: conventional-pre-commit
# stages: [commit-msg]
# args: [] # optional: list of Conventional Commits types to allow