Skip to content

Commit

Permalink
Ignore broken E203
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu authored Jun 25, 2019
1 parent 1fbf725 commit fcca861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ you are probably already using. You'd do it like this:
max-line-length = 80
...
select = C,E,F,W,B,B950
ignore = E501,W503
ignore = E501,W503,E203
```

You'll find *Black*'s own .flake8 config file is configured like this.
Expand Down

0 comments on commit fcca861

Please sign in to comment.