Skip to content

Commit

Permalink
Remove duplicate flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmauve committed Jan 18, 2025
1 parent 80e53af commit 43a4462
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .flake8

This file was deleted.

5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ commands =
py.test --cov=pgzero --basetemp={envtmpdir}

[flake8]
builtins = Actor,Rect,ZRect,animate,clock,exit,images,keyboard,keymods,keys,mouse,music,screen,sounds,storage,tone
max-line-length = 88
builtins =
Actor, Rect, ZRect, animate, clock, exit, images, keyboard, keymods,
keys, mouse, music, screen, sounds, storage, tone

0 comments on commit 43a4462

Please sign in to comment.