src-d / style-analyzer

Lookout Style Analyzer: fixing code formatting and typos during code reviews
GNU Affero General Public License v3.0
32 stars 21 forks source link

Run the basic formatting checks over the research code #768

Closed vmarkovtsev closed 5 years ago

vmarkovtsev commented 5 years ago

We should run the basic PEP8 checks over the code in research. pycodestyle --max-line-length=99, no more than that.