Skip to content

Commit

Permalink
Fix flake8 errors in test/
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmauve committed Nov 15, 2019
1 parent 566c149 commit 48844df
Show file tree
Hide file tree
Showing 11 changed files with 390 additions and 405 deletions.
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[flake8]
max-line-length = 88
builtins =
Actor, Rect, ZRect, animate, clock, exit, images, keyboard, keymods,
keys, mouse, music, screen, sounds, storage, tone
1 change: 1 addition & 0 deletions test/game_tests/helper.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

RECT = ZRect(30, 30, 40, 40)


def circle():
screen.draw.circle((50, 50), radius=20, color='cyan')
1 change: 0 additions & 1 deletion test/game_tests/importing.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@

def draw():
helper.circle()

0 comments on commit 48844df

Please sign in to comment.