Skip to content

Instantly share code, notes, and snippets.

@OrkoHunter
Created March 22, 2017 19:44
Show Gist options
  • Save OrkoHunter/258eb71283c2d8bef45d3cb9b33987d7 to your computer and use it in GitHub Desktop.
Save OrkoHunter/258eb71283c2d8bef45d3cb9b33987d7 to your computer and use it in GitHub Desktop.
PEP8 Speaks configuration for skimage
# 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