From f85b055027c374e0fa93a5e650368c011dad7256 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 3 Oct 2024 14:17:54 +0000 Subject: [PATCH] flake8: Update exclude formatting for docs Signed-off-by: Russell Bryant --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 0e3033d12..7cadda2a9 100644 --- a/.flake8 +++ b/.flake8 @@ -21,7 +21,7 @@ ignore = optional-ascii-coding = True exclude = ./.git, - ./docs, + ./docs/*, ./build, ./scripts, ./venv,