diff --git a/copier-template/setup.cfg b/copier-template/setup.cfg index 2c446b475ceea8a1105c2d161d12b40caa2a20b9..adf9af3e48c7da13135e5dfb6505a1909bc26066 100644 --- a/copier-template/setup.cfg +++ b/copier-template/setup.cfg @@ -4,5 +4,5 @@ # E501: line too long, use B950 warning from flake8-bugbear instead # W503: line break before binary operator <https://github.com/psf/black/issues/52> select = C,E,F,W,B950 -ignore = E203,E231,E501,W503 +ignore = E203,E231,E501,E704,W503 max-line-length = 88