Зустрів таку позначку
class Meta: # noqa
Виявилось, що це не просто комент. Відключає попередження IDE:
NOQA stands for NO Quality Assurance. What this typically means is that if you have any warning in your IDE, then if you add a comment as # noqa at the end of the line then the warning will be ignored by the IDE.
Ще документація