Asib27's picture
try 1
065fee7 verified
raw
history blame
296 Bytes
strictness: medium
test-warnings: true
pylint:
disable:
- line-too-long
- too-many-branches
- too-many-locals
- too-many-arguments
pycodestyle:
disable:
- E122
- E126
- E131
- E203
- E221
- E231
- E261
- E262
- E501
mccabe:
run: false