mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-20 16:52:08 -05:00
6eba6fa91f
* make changes for billing * progress around redesign * meter callback * modify limits * upcoming subscription * fix lint * fix payment methods * fix build * PR comments * address PR comments * update cloud contracts * fix migration name * fix json serialization error * loader and fixed for managed compute * PR comments * upgrade Go version * fix migration name * fix CI * fix lint CI * golangci-lint fix * dedicated subscription
22 lines
614 B
YAML
22 lines
614 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v6.0.0
|
|
hooks:
|
|
- id: check-merge-conflict
|
|
exclude: ^examples/
|
|
- id: mixed-line-ending
|
|
args: ["--fix=lf"]
|
|
exclude: ^examples/
|
|
- id: end-of-file-fixer
|
|
exclude: ^examples/
|
|
- id: trailing-whitespace
|
|
exclude: ^examples/
|
|
- id: check-yaml
|
|
exclude: (^examples/|^cmd/hatchet-cli/cli/templates/)
|
|
- repo: https://github.com/golangci/golangci-lint
|
|
rev: v2.7.2
|
|
hooks:
|
|
- id: golangci-lint
|
|
args: ["--config=.golangci.yml"]
|
|
exclude: ^examples/
|