From: Oleg Broytman Date: Fri, 8 Apr 2016 01:25:41 +0000 (+0300) Subject: Exclude sphinx-generated conf.py from flake8 X-Git-Tag: 0.0.4~22 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=ae5635c242e5e80c38dffe04a2cd3e5b3fa00cb1 Exclude sphinx-generated conf.py from flake8 --- 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 +