Skip to content

Commit

Permalink
Ignore W503 (kivy#1660)
Browse files Browse the repository at this point in the history
Addresses kivy#1638
  • Loading branch information
Julian-O authored and aorizondo committed Aug 28, 2023
1 parent 8828e09 commit f4c8bb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ ignore =
E501,
# do not use bare 'except'
E722,
# line break before binary operator
W503,
# line break after binary operator
W504

0 comments on commit f4c8bb1

Please sign in to comment.