Skip to content

Commit c7c38e7

Browse files
committed
fix: pep8 ignores
1 parent 3144331 commit c7c38e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pep8speaks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ scanner:
55
pycodestyle: # Same as scanner.linter value. Other option is flake8
66
max-line-length: 88 # Follow black's line length
77
ignore: # Errors and warnings to ignore
8+
- E266 # Too many leading '#' for block comments
89
- E402 # module level import not at top of file
10+
- W503 # line break before binary operator
11+
912

1013
no_blank_comment: False # If True, no comment is made on PR without any errors.
1114
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)