We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operating system: Ubuntu 18.04 Python version: 3.6.5 Black version: 18.9b0 Does also happen on master: yes
Here is a diff when running black on following example:
- commits_data = commits[start_revision - 1: end_revision] + commits_data = commits[start_revision - 1 : end_revision]
This causes latest version of pycodestyle (2.4.0) to fail with message E203 whitespace before ':'
E203 whitespace before ':'
The text was updated successfully, but these errors were encountered:
E203 is broken, please disable it. PyCQA/pycodestyle#373
E203
Sorry, something went wrong.
Ignore broken E203
fcca861
See psf#565
Ignore broken E203 (#910)
7c556fa
See #565
No branches or pull requests
Operating system: Ubuntu 18.04
Python version: 3.6.5
Black version: 18.9b0
Does also happen on master: yes
Here is a diff when running black on following example:
This causes latest version of pycodestyle (2.4.0) to fail with message
E203 whitespace before ':'
The text was updated successfully, but these errors were encountered: