As a vrs-anvil developer, in order to lower costs and improve quality, I need to read and write code according to widespread conventions. Other benefits include:
read your and others code efficiently,
the code you write must be understood by your teammates,
it makes it easy to spot bugs
Flake8 is used to wrap PyFlakes, pycodestyle etc and flag issues that conform to coding style (PEP8).
As a vrs-anvil developer, in order to lower costs and improve quality, I need to read and write code according to widespread conventions. Other benefits include:
Flake8 is used to wrap PyFlakes, pycodestyle etc and flag issues that conform to coding style (PEP8).