Commit graph

8 commits

Author SHA1 Message Date
Dpeta
cc6508bb7b
Add Qt to pylint extension-pkg-allow-list & simplify action 2023-02-25 02:33:36 +01:00
Dpeta
13f120b029
Use enumerate instead of range+len for loops. 2023-02-17 02:22:50 +01:00
Dpeta
64538b2644
Use isinstance() for typechecks. 2023-02-15 17:01:27 +01:00
Dpeta
370685f6b3
Remove AttrDict and enable pylint typecheck message category.
The AttrDict class had Python 2 leftovers which the linter flagged and isn't really necessary anyway, plus it wasn't licensed under the GPL.
2023-02-15 16:34:48 +01:00
Dpeta
9ec4dbd088
Apply the following pylint messages:
- use-list-literal
 - use-dict-literal
 - consider-using-in
 - consider-using-from-import
2023-02-14 19:55:23 +01:00
Dpeta
e233a86436
Enforce select pylint messages 2023-02-13 20:26:05 +01:00
Dpeta
076735cbb0
Add pylint workflow 2023-02-13 02:46:31 +01:00
Dpeta
4ff69b300c
Add .pylintrc file 2023-02-13 01:33:47 +01:00