Adds flake8 config to avoid contradictory rules

This commit is contained in:
Deepak Mallubhotla 2022-01-17 09:03:29 -06:00
parent fa783723b7
commit 06c3ed985f
Signed by: deepak
GPG Key ID: BEBAEBF28083E022

View File

@ -1,3 +1,3 @@
[flake8] [flake8]
ignore = W191, E501 ignore = W191, E501, W503
max-line-length = 120 max-line-length = 120