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

Fix style in research directories #769

Closed zurk closed 5 years ago

zurk commented 5 years ago

Closes https://github.com/src-d/style-analyzer/issues/768

Also I add a simple check pycodestyle --max-line-length=99 for research directories

vmarkovtsev commented 5 years ago

Awesome. We should not make the same mistake twice and check PEP8 in the future research projects.