This merge request replaces usage of dict.has_key(KEY) with KEY in dict. Additionally it adds flake8 checks for G4Extensions packages and fixes any warnings found. Should fix ATLASSIM-4663.
dict.has_key(KEY)
KEY in dict