spaCy/.flake8

5 lines
87 B
INI

[flake8]
ignore = E203, E266, E501, W503
max-line-length = 80
select = B,C,E,F,W,T4,B9