John Vandenberg

Results 965 comments of John Vandenberg

All packaged up at https://build.opensuse.org/package/show/home:jayvdb:django/python-derpconf

Also a changelog would be good. I've done a summary of 2.2 at https://build.opensuse.org/package/view_file/home:jayvdb:coala:python3-bears/python-scspell3k/python-scspell3k.changes?expand=1

@krassowski 3.8 is our minimum targetted version now. Could you rebase this PR?

After fixing all the other problems that have emerged since the last build, I assume that this is because pywikibot's tox.ini is installing flake8 v3. Need to test that theory...

Yea, the fix for pywikibot was to remove the `--pre` , and is merged. It was easy to bypass the flake8 v3 option handling problem in the opening bug report,...

For now I have updated setup.py in master to indicate it is incompatible with v3. I'll push this out to pypi as 0.3.3 , along with some other minor fixes,...

Apparently 19bc89a1cd is not enough to prevent flake8-putty being used with flake8-v3, as seen at https://phabricator.wikimedia.org/T141257 Possibly caused by older pip/setuptools (the workaround is to pin `flake8

And flake8 v3 is not compatible with Python 2.6 ``` $ git grep OrderedDict src/flake8/utils.py: parameters = collections.OrderedDict([ src/flake8/utils.py: parameters = collections.OrderedDict([ ```

Hi @omriharel , what is your own custom checker plugin, and why it is useless on v2? See my response at https://github.com/jayvdb/flake8-putty/issues/15#issuecomment-240432557 Another critical bug just reported: https://gitlab.com/pycqa/flake8/issues/214 And many...

See https://github.com/jayvdb/flake8-putty/issues/15#issuecomment-310802041 The v2 compatible version of putty is a hack, fiddling with the stack to bypass some of flake8 in order for this plugin to work. This is reasonable...