From d7f6a35e803853ee6d01e11c88a53c7442b36465 Mon Sep 17 00:00:00 2001 From: nd <nd@cccv.de> Date: Tue, 15 Jun 2021 16:49:10 +0000 Subject: [PATCH] added coding style infos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0212069f..e8fb3fb5 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ hook-pre-app = exec:FLASK_APP=uffd flask db upgrade ## python style conventions -tabs. +PEP 8 without double new lines, tabs instead of spaces and a max line length of 160 characters. ## Config -- GitLab