Open glyph opened 5 years ago
I think that this might be due to an update in pycodestyle.
I remember that I worked as removing pycodestyle from twistedchecker and running it as a separate tool https://github.com/twisted/twisted/pull/969
and then we have https://github.com/PyCQA/pycodestyle/pull/733
so upstream pycodestyle has support for tweaking it to work with twisted.
My suggestion is to remove pycodestuleformat.py from twistedchecker and just use upstream pycodestyle
Every build of Twisted does this.