Skip to content

Commit 6a500f9

Browse files
authored
Merge branch 'master' into bugfix/duplicate-logs2
2 parents fde4871 + f094e10 commit 6a500f9

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.pep8speaks.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff 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

2110
no_blank_comment: True # If True, no comment is made on PR without any errors.
2211
descending_issues_order: False # If True, PEP 8 issues in message will be displayed in descending order of line numbers in the file

0 commit comments

Comments
 (0)