From 3a3b0246f74b233bd5dc235ba630bcaec1f2b238 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 10 Sep 2022 15:40:39 +0100 Subject: [PATCH] .flake8: Ignore directories it doesn't need to poke at --- .flake8 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.flake8 b/.flake8 index 49e1306e..4dd3d7c1 100644 --- a/.flake8 +++ b/.flake8 @@ -1,4 +1,13 @@ [flake8] +exclude = + build/ + coriolis-data/ + dist.win32/ + FDevIDs/ + venv/ + venv-py39/ + wix/ + # Show exactly where in a line the error happened #show-source = True