We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e53af commit 43a4462Copy full SHA for 43a4462
2 files changed
.flake8
tox.ini
@@ -17,4 +17,7 @@ commands =
17
py.test --cov=pgzero --basetemp={envtmpdir}
18
19
[flake8]
20
-builtins = Actor,Rect,ZRect,animate,clock,exit,images,keyboard,keymods,keys,mouse,music,screen,sounds,storage,tone
+max-line-length = 88
21
+builtins =
22
+ Actor, Rect, ZRect, animate, clock, exit, images, keyboard, keymods,
23
+ keys, mouse, music, screen, sounds, storage, tone
0 commit comments