From 3c0810d9a9302d176f101f69e9e3a7103a55c0d1 Mon Sep 17 00:00:00 2001 From: Patrick Mayr Date: Thu, 12 Jan 2023 11:19:50 +0000 Subject: [PATCH] add code formatting --- Readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Readme.md b/Readme.md index 7542c13a..71c7f24c 100644 --- a/Readme.md +++ b/Readme.md @@ -59,3 +59,17 @@ python3 fet2020/manage.py collectstatic python3 fet2020/manage.py check --deploy + +CodeFormatting (zuerst isort und danach black anwenden): + +isort **/*.py + + +black **/*.py + + +isort **/templatetags/*.py + + +black **/templatetags/*.py +