diff --git a/prospector/blender_combinations.yaml b/prospector/blender_combinations.yaml index 3fe53644..22441174 100644 --- a/prospector/blender_combinations.yaml +++ b/prospector/blender_combinations.yaml @@ -160,3 +160,6 @@ combinations: - pyflakes: FL0013 - frosted: E307 + - # pep8-naming incorrectly suggests that the first argument of a metaclass __new__ method should be 'cls' + - pylint: C0204 + - pep8: N804 \ No newline at end of file