Merge pull request #675 from bckohan/fix_precommit

skip precommit hooks in precommit ci because just is not available
This commit is contained in:
Brian Kohan 2025-12-03 21:53:11 -08:00 committed by GitHub
commit 347ef6d2dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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