Configure flake8 to ignore node modules

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-05-06 02:17:27 -04:00
parent 4a7540f8b2
commit 00d4406b1f

View File

@@ -1,2 +1,3 @@
[flake8] [flake8]
ignore = E501 exclude = node_modules
ignore = E501, N801, N802, N804, N805, N806