Created
March 22, 2017 19:44
-
-
Save OrkoHunter/258eb71283c2d8bef45d3cb9b33987d7 to your computer and use it in GitHub Desktop.
PEP8 Speaks configuration for skimage
This file contains 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
# File : .pep8speaks.yml | |
scanner: | |
diff_only: True # Errors caused by only the patch are shown, not the whole file | |
pycodestyle: | |
max-line-length: 80 # Default is 79 in PEP8 | |
ignore: # Errors and warnings to ignore | |
- W391 | |
- E203 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment