File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,8 @@ scanner:
44 diff_only : True # If False, the entire file touched by the Pull Request is scanned for errors. If True, only the diff is scanned.
55 linter : pycodestyle # Other option is flake8
66
7- pycodestyle : # Same as scanner.linter value. Other option is flake8
8- max-line-length : 120 # Default is 79 in PEP 8
9- ignore : # Errors and warnings to ignore
10- - W504 # line break after binary operator
11- - E402 # module level import not at top of file
12- - E731 # do not assign a lambda expression, use a def
13- - C406 # Unnecessary list literal - rewrite as a dict literal.
14- - E741 # ambiguous variable name
15- - F401
16- - F841
17- - E203 # whitespace before ':'. Opposite convention enforced by black
18- - E501 # line too long. Handled by black
19- - W503 # line break before binary operator, need for black
7+ # pycodestyle: # this is dropped in favor od unified config
8+ # see: https://github.com/OrkoHunter/pep8speaks/issues/95#issuecomment-470887715
209
2110no_blank_comment : True # If True, no comment is made on PR without any errors.
2211descending_issues_order : False # If True, PEP 8 issues in message will be displayed in descending order of line numbers in the file
You can’t perform that action at this time.
0 commit comments