myint / language-check

Python wrapper for LanguageTool grammar checker
https://pypi.python.org/pypi/language-check
GNU Lesser General Public License v3.0
327 stars 101 forks source link

Enforce code style checks #38

Closed jayvdb closed 7 years ago

jayvdb commented 7 years ago

Resolve a few minor code style issues, for short variable, bare except, and long lines.

Run make check in Python 3.5 Travis job to prevent unintentional regressions. Python 2 is not checked as Python 3 syntax is used, and PyPy has problems with rstcheck, and pylint doesnt support Python 3.6+.

myint commented 7 years ago

Thanks.