We need to vendor this dependency to our own codebase:
Implementation: https://github.com/tk0miya/flake8-coding/blob/master/flake8_coding.py#L52-L73
Related: #1139
Is explicit encoding still actual? In Python 3 it's UTF-8 by default, and there is no reason to make it non-UTF.
The default encoding for Python source code is UTF-8
I start to agree with this point. We can completely remove this plugin.
But, I am kind of used to this little line 馃槩
# -*- coding: utf-8 -*-
We're just too old. Soon we'll be changed by the generation that has never seen Python 2 and hacks around encodings :grinning:
Hi! Could I take the issue?
Thanks a lot! Assigned.
@Kvm99 we would also need to remove EmptyLineAfterCodingViolation