27 "N805": QCoreApplication.translate( |
27 "N805": QCoreApplication.translate( |
28 "NamingStyleChecker", "first argument of a method should be named 'self'" |
28 "NamingStyleChecker", "first argument of a method should be named 'self'" |
29 ), |
29 ), |
30 "N806": QCoreApplication.translate( |
30 "N806": QCoreApplication.translate( |
31 "NamingStyleChecker", |
31 "NamingStyleChecker", |
32 "first argument of a static method should not be named" " 'self' or 'cls", |
32 "first argument of a static method should not be named 'self' or 'cls", |
33 ), |
33 ), |
34 "N807": QCoreApplication.translate( |
34 "N807": QCoreApplication.translate( |
35 "NamingStyleChecker", "module names should be lowercase" |
35 "NamingStyleChecker", "module names should be lowercase" |
36 ), |
36 ), |
37 "N808": QCoreApplication.translate( |
37 "N808": QCoreApplication.translate( |