From 641bf73117bae9c22f5d519c8502da3419dfd530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=A4ttasch?= <benjamin.haettasch@fachschaft.informatik.tu-darmstadt.de> Date: Sat, 10 Jun 2023 11:10:51 +0200 Subject: [PATCH] Use migration linting plugin --- pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/pylintrc b/pylintrc index 1f761925..e02a54e2 100644 --- a/pylintrc +++ b/pylintrc @@ -4,6 +4,7 @@ ignore=migrations,static load-plugins= pylint_django + pylint_django.checkers.migrations [FORMAT] -- GitLab