spaCy/.flake8

11 lines
197 B
Plaintext
Raw Normal View History

2019-03-09 03:20:42 +03:00
[flake8]
ignore = E203, E266, E501, E731, W503
max-line-length = 80
select = B,C,E,F,W,T4,B9
exclude =
.env,
.git,
__pycache__,
_tokenizer_exceptions_list.py,
spacy/__init__.py