We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf96f49 commit 9e2abd2Copy full SHA for 9e2abd2
1 file changed
tox.ini
@@ -35,6 +35,8 @@ exclude =
35
.git,
36
# There's no value in checking cache directories
37
__pycache__,
38
+ # ...or build ones
39
+ build,
40
# Ignore virtualenv
41
ENV
42
max-line-length = 99
0 commit comments