Spaces:
Runtime error
Runtime error
File size: 225 Bytes
0558aa4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | [MAIN]
ignore-paths=tests
max-line-length=119
[MESSAGES CONTROL]
disable=all
enable=C0115,C0116,W0611,C0301
# C0115: missing-class-docstring
# C0116: missing-function-docstring
# W0611: unused-import
# C0301: line-too-long
|