From 87ed98d7afc96251e2d68d6af49279847cfd7a1e Mon Sep 17 00:00:00 2001 From: Dominik Muhs Date: Thu, 24 Oct 2019 20:10:36 +0200 Subject: [PATCH] Add newline before docstring summary --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5553f5a..e5fc3a6 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ all: protobufs format: black $(FILES_TO_LINT) isort --recursive $(FILES_TO_LINT) - docformatter -ir $(FILES_TO_LINT) + docformatter -ir --pre-summary-newline $(FILES_TO_LINT) lintroll: mypy -p libp2p -p examples --config-file mypy.ini