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

16 lines
312 B
YAML
Raw Permalink Normal View History

2022-06-15 13:02:33 +00:00
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-merge-conflict
- id: check-yaml
ci:
autoupdate_schedule: quarterly