mirror of
https://github.com/django-polymorphic/django-polymorphic.git
synced 2026-01-16 12:58:45 +03:00
Merge pull request #675 from bckohan/fix_precommit
skip precommit hooks in precommit ci because just is not available
This commit is contained in:
commit
347ef6d2dc
|
|
@ -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