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