[7fc5df]: / setup.cfg

Download this file

16 lines (13 with data), 341 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
[isort]
known_first_party=deidentify
[pylint.TYPECHECK]
ignored-modules=spacy.symbols, spacy.gold, spacy.training, spacy.matcher, spacy.tokens.doc
[coverage:report]
exclude_lines =
def arg_parser
raise AssertionError
raise NotImplementedError
if __name__ == .__main__.:
def __repr__
def __str__
def __unicode__