skip precommit hooks in precommit ci because just is not available

This commit is contained in:
Brian Kohan 2025-12-03 21:49:06 -08:00
parent 58c7d11583
commit ef52b86680
No known key found for this signature in database
GPG Key ID: 5C6CE8BA38C43FC1

View File

@ -1,13 +1,18 @@
ci:
# Don't run these in pre-commit.ci at all
skip: [lint, format]
repos:
- repo: local
hooks:
- id: lint
name: Lint
entry: just lint
language: system
pass_filenames: false
- id: format
name: Format
entry: just format
language: system
pass_filenames: false
- id: lint
name: Lint
entry: just lint
language: system
pass_filenames: false
- id: format
name: Format
entry: just format
language: system
pass_filenames: false