From e211cbf6dbbe3a28ef1276af69c4f387db52d596 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Tue, 4 Sep 2018 22:06:07 +0200 Subject: Set up GitLab CI properly. --- Pipfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 8b87052a..42954fb5 100644 --- a/Pipfile +++ b/Pipfile @@ -19,6 +19,8 @@ djangorestframework-bulk = "==0.2.1" "flake8-tidy-imports" = "==1.1.0" "flake8-string-format" = "==0.2.3" coverage = "==4.5.1" +"pep8-naming" = "==0.7.0" +mccabe = "==0.6.1" [requires] python_version = "3.7" -- cgit v1.2.3