type: ignore too-many-positional-arguments

This commit is contained in:
Evgenii Alekseev 2024-09-20 23:22:33 +03:00
parent b9f39e0d99
commit 393104f9fa

View File

@ -448,6 +448,7 @@ disable=raw-checker-failed,
too-many-arguments, too-many-arguments,
duplicate-code, duplicate-code,
cyclic-import, cyclic-import,
too-many-positional-arguments,
# Enable the message, report, category or checker with the given id(s). You can # Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option # either give multiple identifier separated by comma (,) or put this option