]> git.phdru.name Git - m_librarian.git/blobdiff - setup.cfg
Exclude sphinx-generated conf.py from flake8
[m_librarian.git] / 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
+