Skip to content

Commit 4852422

Browse files
committed
ci(flake8): Up ignore
1 parent 05827d3 commit 4852422

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
@@ -3,7 +3,7 @@ exclude = .*/,.tox,*.egg,tmuxp/_compat.py,tmuxp/__*__.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
6-
extend-ignore = E203
6+
extend-ignore = E203,W503
77

88
[tool:pytest]
99
addopts = --reruns=0

0 commit comments

Comments
 (0)