File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed
Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 11[run]
22branch = True
3+ omit = superannotate/pycocotools_sa/*
34
45
56[report]
Original file line number Diff line number Diff line change 11[BASIC]
2- good-names =df,f,e
2+ good-names =df,f,e,i,j,k
3+
4+ bad-functions =
5+ apply,
6+ exit,
7+ input,
8+ quit
9+
10+ [ELIF]
11+ max-nested-blocks =5
312
413[MASTER]
514load-plugins =pylint_pytest
15+ persistent =yes
16+ ignore =pycocotools_sa
17+
18+ [MESSAGE_CONTROL]
19+ disable =
20+ no-else-return,
21+ too-many-lines,
22+ too-many-arguments,
23+ too-many-instance-attributes
624
725[SPELLING]
826
Original file line number Diff line number Diff line change 99
1010from .exceptions import SABaseException
1111
12- import os
13-
1412logger = logging .getLogger ("superannotate-python-sdk" )
1513
1614_CLI_COMMAND = Path (sys .argv [0 ]).name
You can’t perform that action at this time.
0 commit comments