Skip to content

Commit 43a4462

Browse files
committed
Remove duplicate flake8 config
1 parent 80e53af commit 43a4462

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.flake8

Lines changed: 0 additions & 5 deletions
This file was deleted.

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ commands =
1717
py.test --cov=pgzero --basetemp={envtmpdir}
1818

1919
[flake8]
20-
builtins = Actor,Rect,ZRect,animate,clock,exit,images,keyboard,keymods,keys,mouse,music,screen,sounds,storage,tone
20+
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

Comments
 (0)