Ignore too-many-arguments

This commit is contained in:
NanoCode012
2023-05-29 10:08:23 +09:00
parent 5062eca069
commit 54c3b5b25f

View File

@@ -9,4 +9,4 @@ generated-members=numpy.*, torch.*
[pylint.messages_control]
disable=W1203, C0116, C0301, E0401, R0912, R0914, R0915
disable=W1203, C0116, C0301, E0401, R0912, R0914, R0915, R0913