Merge pull request #3518 from gwicke/flake8_config

Path: Add .flake8 config for path module
This commit is contained in:
sliptonic
2020-05-31 12:28:41 -05:00
committed by GitHub

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

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