Skip to content

Commit bc34d4a

Browse files
committed
ci(flake8): Up ignore
1 parent f9ce7c3 commit bc34d4a

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)