From c3fb128d787eae7c2cf2a7067315827632e37766 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Fri, 11 Mar 2022 13:27:26 -0500 Subject: [PATCH] Update doc8 ignore-path Ignore the .eggs directory that is created by (among other things) pbr. It contains eggs downloaded by setuptools to build, test, and run plugins, but more to the point, it contains a README.TXT that violates D001 (Line too long). Change-Id: I60a5692f0061ae7568c5cdd4b8482f6b2a963261 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f21fea9fe0..20a45ecd06 100644 --- a/tox.ini +++ b/tox.ini @@ -121,7 +121,7 @@ commands = bindep test usedevelop = False [doc8] -ignore-path = .venv,.git,.tox,*glance/locale*,*lib/python*,glance.egg*,api-ref/build,doc/build,doc/source/contributor/api,doc/test +ignore-path = .venv,.git,.tox,.eggs,*glance/locale*,*lib/python*,glance.egg*,api-ref/build,doc/build,doc/source/contributor/api,doc/test [flake8] # TODO(dmllr): Analyze or fix the warnings blacklisted below