flake8: Update exclude formatting for docs

Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
Russell Bryant 2024-10-03 14:17:54 +00:00
parent e8c894fece
commit f85b055027

View file

@ -21,7 +21,7 @@ ignore =
optional-ascii-coding = True optional-ascii-coding = True
exclude = exclude =
./.git, ./.git,
./docs, ./docs/*,
./build, ./build,
./scripts, ./scripts,
./venv, ./venv,