Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 28, 2021
commit f7618bdb4363bc5df82ef7345b8922d792c534c9
2 changes: 1 addition & 1 deletion pycodestyle.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def blank_lines(logical_line, blank_lines, indent_level, line_number,

def _E203(tokens, pos):
"""Additional check for E203 to allow whitespace in slices"""

sqbrackets = 0
last = 0

Expand Down