First reported here, but it seems the issue is with this library: https://github.com/pyga/ebb-lint/issues/11 It seems the following cannot be parsed: ```python @abc.abstractmethod def foobar(self): ... ``` Changing it to `pass` instead of `...` removes the problem.