Skip to content

Commit eaa4fb7

Browse files
committed
flake8: Ignore build/ directory
1 parent c0f9a91 commit eaa4fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
2-
exclude = .*/,.tox,*.egg,qencode/_compat.py,qencode/__*__.py,
2+
exclude = .*/,.tox,*.egg,build/,qencode/_compat.py,qencode/__*__.py,
33
select = E,W,F,N
44
max-line-length = 88
55
# Stuff we ignore thanks to black: https://github.com/ambv/black/issues/429

0 commit comments

Comments
 (0)