@launchdarkly/ldcli
Version:
The official command line interface for managing LaunchDarkly feature flags.
15 lines (14 loc) • 390 B
YAML
# Cache bust: force rebuild for Go 1.26.0 compatibility
repos:
- repo: https://github.com/golangci/golangci-lint
rev: v1.63.4
hooks:
- id: golangci-lint
entry: golangci-lint run
language: golang
require_serial: true
types: [go]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: end-of-file-fixer