myt/.pylintrc
Ari Archer 54956dc851
Improved docs, fixed some bugs and improved issues
- 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>
2022-02-01 18:25:39 +02:00

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