django-polymorphic/.pre-commit-config.yaml

19 lines
345 B
YAML
Raw Permalink Normal View History

ci:
# Don't run these in pre-commit.ci at all
skip: [lint, format]
2023-11-23 11:19:08 +03:00
repos:
- repo: local
2023-11-23 11:19:08 +03:00
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