spaCy/.flake8

15 lines
290 B
Plaintext
Raw Normal View History

[flake8]
ignore = E203, E266, E501, E731, W503
max-line-length = 80
select = B,C,E,F,W,T4,B9
exclude =
.env,
.git,
__pycache__,
lemmatizer.py,
lookup.py,
_tokenizer_exceptions_list.py,
spacy/lang/fr/lemmatizer,
spacy/lang/nb/lemmatizer
2018-11-30 19:43:08 +03:00
spacy/__init__.py