]> git.phdru.name Git - m_librarian.git/commitdiff
Exclude sphinx-generated conf.py from flake8
authorOleg Broytman <phd@phdru.name>
Fri, 8 Apr 2016 01:25:41 +0000 (04:25 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 8 Apr 2016 01:25:41 +0000 (04:25 +0300)
setup.cfg

index 2593b3ecdaacc4b2b471ff670b2b0ca6cc0f6a35..2c94d5533d64b13f20e5b04f933fb973f50196a4 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,4 +2,5 @@
 universal = 1
 
 [flake8]
-exclude = .git
+exclude = .git,docs/conf.py,docs-ru/conf.py
+