[pycodestyle] ignore = E501, W503 # E501 = line too long # W503 = line break occurred before a binary operator # we let black handle these things