heitorpolidoro / bartholomew-smith

Consider decorating method with @staticmethod PYL-R0201
Performance
Major
1 occurrence in this check
Method doesn't use the class instance and could be converted into a static method
621                ],
622            )
623
624    def test_update_in_file(self):625        assert False
626
627