Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
CSCFAIRMETA-121: [ADD] flake8 configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannu Kamarainen committed May 6, 2020
1 parent a65eef9 commit 0d906b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ ignore =
E128
# do not use bare except
E722
# line break before binary operator
W503
# line break after binary operator
W504

Expand Down

0 comments on commit 0d906b7

Please sign in to comment.