From b3a3d999bcc1213d9be6f2e417dd8e49b3acd7d6 Mon Sep 17 00:00:00 2001 From: Kazuya Takei Date: Sun, 29 Oct 2023 16:33:02 +0900 Subject: [PATCH] doc: Add ignoring D000 of doc8 --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d1ea0db..fb76d01 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,9 @@ extension = .rst ignore-path = *.egg-info,.tox,.venv,var, doc/_build,demo/_build -ignore-path-errors = CHANGES.rst;D000 +ignore-path-errors = + CHANGES.rst;D000, + doc/changes.rst;D000 max-line-length = 119 [flake8]