Skip to content

Instantly share code, notes, and snippets.

@akanik
Last active March 7, 2019 01:09
Show Gist options
  • Save akanik/9aa657485ed13c66897aa5a8381f5b50 to your computer and use it in GitHub Desktop.
Save akanik/9aa657485ed13c66897aa5a8381f5b50 to your computer and use it in GitHub Desktop.
Detect lines over 200 characters long
#https://pycodestyle.readthedocs.io/en/latest/
pycodestyle --max-line-length=200 yourdoc.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment