Skip to content

Commit 03a7a9e

Browse files
committed
docs(flake8): Use src directory
1 parent d8e7252 commit 03a7a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
2-
exclude = .*/,*.egg,libtmux/_compat.py,libtmux/__*__.py
2+
exclude = .*/,*.egg,src/libtmux/_compat.py,src/libtmux/__*__.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)