# Use black compatible configuration for flake8 and pylint # flake8: https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8 # pylint: https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#pylint [flake8] max-line-length = 88 extend-ignore = E203 [pylint] max-line-length = 88