From 4e9346942136d86b2250b9299bcb6e616a57c41f Mon Sep 17 00:00:00 2001 From: Jacob Pavlock Date: Wed, 29 Jul 2020 20:32:53 -0700 Subject: [PATCH] fix missing docstring-convention declaration --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index c87113538..761ab1de3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,7 @@ [flake8] min-version = 2.7 accept-encodings = utf-8 +docstring-convention = google # errors we ignore; see https://www.flake8rules.com/ for more info ignore = # pycodestyle errors