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
This commit is contained in:
Gabriel Wicke
2020-05-27 09:41:49 -07:00
parent 51fda743b0
commit c6b95c4874

2
src/Mod/Path/.flake8 Normal file
View File

@@ -0,0 +1,2 @@
[flake8]
ignore = E226,E266,W503