Last active
March 7, 2019 01:09
-
-
Save akanik/9aa657485ed13c66897aa5a8381f5b50 to your computer and use it in GitHub Desktop.
Detect lines over 200 characters long
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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