pybetter
pybetter copied to clipboard
Consider adding wemake-python-styleguide support
I have looked through the code, it looks like wemake-python-styleguide
support would be pretty easy to add.
Link: https://github.com/wemake-services/wemake-python-styleguide
I've actually tried to run flake8
with wemake-python-styleguide
, but it spat out 377 "violations". Most of them are actually intentional (use of print()
, f-strings, uppercase letters in function names due to libcst
convention, import libcst.matchers as m
), some of them related to the use of black
, and some of them really need fixing.
I will consider adding WPS in the future, but we need to compile a "whitelist" of violations that will actually be actioned upon.
In the meantime, if anyone submits a PR regarding this, it will be reviewed without prejudice. :)
I would love to help you here, but I am out of capacity 😞
I'll send you PR soon :)
@astynax That would be awesome! :) @sobolevn No worries, we'll get there in time. :)