okke-formsma / pre-commit-django-migrations

Pre-commit hook to check if there are migrations that need creation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pre-commit-django-migrations

Pre-commit hook to check if there are migrations that need creation

Example .pre-commit-config.yaml:

repos:
  - repo: https://github.com/okke-formsma/pre-commit-django-migrations
    rev: master
    hooks:
    - id: pre-commit-django-migrations

About

Pre-commit hook to check if there are migrations that need creation