We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05827d3 commit 4852422Copy full SHA for 4852422
setup.cfg
@@ -3,7 +3,7 @@ exclude = .*/,.tox,*.egg,tmuxp/_compat.py,tmuxp/__*__.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
6
-extend-ignore = E203
+extend-ignore = E203,W503
7
8
[tool:pytest]
9
addopts = --reruns=0
0 commit comments