Skip to content

Commit

Permalink
Add whitespace-before colon ignore (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsignell authored Mar 18, 2021
1 parent e94a60f commit 9e6a11e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ ignore =
E722,
# do not assign a lambda expression
E731
# let black handle whitespace before ':'
E203

0 comments on commit 9e6a11e

Please sign in to comment.