From bad2988d024f464ced14d956e32704f7786351ae Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Mon, 25 Jul 2022 15:37:20 +0200
Subject: [PATCH] Style: Lint Docstrings, disabled for now #111

---
 .flake8 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.flake8 b/.flake8
index 49dab605..30084f6d 100644
--- a/.flake8
+++ b/.flake8
@@ -1,4 +1,5 @@
 [flake8]
 max-line-length = 99
-exclude = python, run.py
-ignore = E121,E123,E126,E203,E226,E24,E704,W503,N802
+docstring-convention=google
+exclude = python, run.py, tests/*
+ignore = E121,E123,E126,E203,E226,E24,E704,W503,N802,D
-- 
GitLab