From ae5635c242e5e80c38dffe04a2cd3e5b3fa00cb1 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 8 Apr 2016 04:25:41 +0300 Subject: [PATCH] Exclude sphinx-generated conf.py from flake8 --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2593b3e..2c94d55 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,4 +2,5 @@ universal = 1 [flake8] -exclude = .git +exclude = .git,docs/conf.py,docs-ru/conf.py + -- 2.39.2