Skip to content

Commit 9e2abd2

Browse files
committed
test: exclude build/ from flake8
1 parent bf96f49 commit 9e2abd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ exclude =
3535
.git,
3636
# There's no value in checking cache directories
3737
__pycache__,
38+
# ...or build ones
39+
build,
3840
# Ignore virtualenv
3941
ENV
4042
max-line-length = 99

0 commit comments

Comments
 (0)