From 58ad4cb985fac7ab05a38f619d75dc5bc4cb9bf8 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Thu, 30 Jul 2020 19:36:41 +1000 Subject: [PATCH] Avoid misleading flake warning from autogenerated 3d code --- .flake8 | 1 + 1 file changed, 1 insertion(+) diff --git a/.flake8 b/.flake8 index 1eac8ec23a0..33ff13064d5 100644 --- a/.flake8 +++ b/.flake8 @@ -9,6 +9,7 @@ exclude = # There is simply too much in here, somebody will need to check these manually src/plugins/grass/scripts, # Generated code, hacking allowed. Feel free to go over it + python/3d/auto_additions/, python/core/auto_additions/, python/analysis/auto_additions/, python/gui/auto_additions/,