mirror of
https://github.com/django-polymorphic/django-polymorphic.git
synced 2026-01-15 04:18:41 +03:00
skip precommit hooks in precommit ci because just is not available
This commit is contained in:
parent
58c7d11583
commit
ef52b86680
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user