From 87541b0bed9d1a1e1405f2fdc74955c64a8dbbc6 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Thu, 1 Feb 2024 15:52:41 -0500 Subject: [PATCH] Add django-safemigrate to pre-commit hooks Ref https://github.com/readthedocs/readthedocs.org/pull/11087 --- pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pre-commit-config.yaml b/pre-commit-config.yaml index cf52efa..206ce38 100644 --- a/pre-commit-config.yaml +++ b/pre-commit-config.yaml @@ -100,3 +100,7 @@ repos: - -r - https://raw.githubusercontent.com/readthedocs/readthedocs.org/main/requirements/testing.txt +- repo: https://github.com/aspiredu/django-safemigrate + rev: "4.2" + hooks: + - id: check