408 "Possible unintentional type annotation (using ':'). Did you mean to" |
408 "Possible unintentional type annotation (using ':'). Did you mean to" |
409 " assign (using '=')?", |
409 " assign (using '=')?", |
410 ), |
410 ), |
411 "M533": QCoreApplication.translate( |
411 "M533": QCoreApplication.translate( |
412 "MiscellaneousChecker", |
412 "MiscellaneousChecker", |
413 "Sets should not contain duplicate items. Duplicate items will be replaced" |
413 "Set should not contain duplicate item '{0}'. Duplicate items will be replaced" |
414 " with a single item at runtime.", |
414 " with a single item at runtime.", |
|
415 ), |
|
416 "M534": QCoreApplication.translate( |
|
417 "MiscellaneousChecker", |
|
418 "re.{0} should get '{1}' and 'flags' passed as keyword arguments to avoid" |
|
419 " confusion due to unintuitive argument positions.", |
415 ), |
420 ), |
416 ## Bugbear++ |
421 ## Bugbear++ |
417 "M581": QCoreApplication.translate("MiscellaneousChecker", "unncessary f-string"), |
422 "M581": QCoreApplication.translate("MiscellaneousChecker", "unncessary f-string"), |
418 "M582": QCoreApplication.translate( |
423 "M582": QCoreApplication.translate( |
419 "MiscellaneousChecker", |
424 "MiscellaneousChecker", |