File size: 112 Bytes
1c4216d |
1 2 3 4 5 |
[flake8]
ignore = E731,E266,E501,C901,W503
max-line-length = 99
exclude = .git,notebooks,references,models,data
|
1c4216d |
1 2 3 4 5 |
[flake8]
ignore = E731,E266,E501,C901,W503
max-line-length = 99
exclude = .git,notebooks,references,models,data
|