From a09facf3954a091daeb8d64d5537f3f91af0d9e9 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Sat, 18 Apr 2020 12:21:22 +0200
Subject: [PATCH] Disable linting for auto-generated model file

---
 aleksis/apps/untis/models.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/aleksis/apps/untis/models.py b/aleksis/apps/untis/models.py
index 99568e4..ae2fcde 100644
--- a/aleksis/apps/untis/models.py
+++ b/aleksis/apps/untis/models.py
@@ -1,3 +1,6 @@
+# pylint: skip-file
+# flake8: noqa
+
 # This is an auto-generated Django model module.
 # You'll have to do the following manually to clean this up:
 #   * Rearrange models' order
-- 
GitLab