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]