We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e7252 commit 03a7a9eCopy full SHA for 03a7a9e
setup.cfg
@@ -1,5 +1,5 @@
1
[flake8]
2
-exclude = .*/,*.egg,libtmux/_compat.py,libtmux/__*__.py
+exclude = .*/,*.egg,src/libtmux/_compat.py,src/libtmux/__*__.py
3
select = E,W,F,N
4
max-line-length = 88
5
# Stuff we ignore thanks to black: https://github.com/ambv/black/issues/429
0 commit comments