File: .pep8speaks.yml

package info (click to toggle)
skimage 0.14.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 30,160 kB
  • sloc: python: 42,481; cpp: 2,592; ansic: 2,425; makefile: 216; sh: 207
file content (11 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
scanner:
  diff_only: True  # Errors caused by only the patch are shown, not the whole file

pycodestyle:
  ignore:  # Errors and warnings to ignore
    - W391 # blank line at the end of file
    - E203 # whitespace before ,;:
    - W503 # newline before binary operator

no_blank_comment: True  # If True, no comment is made when the bot does not find any pep8 errors