mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
qapi: update pylintrc config
If you've got a newer pylint, it'll whine about positional arguments separately from the regular ones. Update the configuration to ignore both categories of warning. Signed-off-by: John Snow <jsnow@redhat.com> Message-ID: <20250224033741.222749-2-jsnow@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
51beb350bb
commit
6a2c7fc29a
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ disable=consider-using-f-string,
|
|||
too-many-arguments,
|
||||
too-many-branches,
|
||||
too-many-instance-attributes,
|
||||
too-many-positional-arguments,
|
||||
too-many-statements,
|
||||
useless-option-value,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue