Refactor error code to use full error message

This commit is contained in:
NanoCode012
2023-05-29 10:30:32 +09:00
parent 69722aeef4
commit 545cfeb5c7

View File

@@ -9,4 +9,8 @@ generated-members=numpy.*, torch.*
[pylint.messages_control]
disable=W1203, C0116, C0301, E0401, R0912, R0914, R0915, R0913, fixme
disable=missing-function-docstring, line-too-long, import-error
too-many-arguments, too-many-locals, too-many-statements, too-many-branches
fixme,
import-outside-toplevel,
logging-fstring-interpolation,