mirror of
https://github.com/django-polymorphic/django-polymorphic.git
synced 2026-03-14 16:22:40 +03:00
19 lines
345 B
YAML
19 lines
345 B
YAML
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
|