- Improved ISSUE_TEMPLATE - Added pylintrc - Fixed contributing rules - Fixed doc of myt module - Added `--version` flag - Split some functionality up in other scripts - Added `doc.sh` for documentation generation - Fixed some bugs in tox.ini - Made git.sh to more permissive Signed-off-by: Ari Archer <ari@mail.ari-web.xyz>
8 lines
171 B
INI
8 lines
171 B
INI
[MESSAGES CONTROL]
|
|
disable = line-too-long,broad-except,C0301,R1260,W0717,W0149,W0141,W0703,W0212
|
|
max-complexity = 20
|
|
|
|
[FORMAT]
|
|
max-line-length = 120
|
|
max-complexity = 20
|
|
|