From c6b95c48749e8dc8a8e1b2223de0dcdad6fecbaa Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 27 May 2020 09:41:49 -0700 Subject: [PATCH] Path: Add .flake8 config for path module Per recent discussion on coding styles: https://forum.freecadweb.org/viewtopic.php?f=15&t=46845&sid=0500747f06605e659ccd00795c2155ab --- src/Mod/Path/.flake8 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/Mod/Path/.flake8 diff --git a/src/Mod/Path/.flake8 b/src/Mod/Path/.flake8 new file mode 100644 index 0000000000..f6473537c8 --- /dev/null +++ b/src/Mod/Path/.flake8 @@ -0,0 +1,2 @@ +[flake8] +ignore = E226,E266,W503