blob: 9e2a004e2751e94b6f4fad6505beba220221f81e [file] [log] [blame]
# Flake8 configuration
[flake8]
format = ${cyan}%(path)s${reset}:${yellow_bold}%(row)d${reset}:${green_bold}%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s
# E203 and W503: flake8 contradicts black formatting.
ignore=E203,W503
max-complexity = 10
max-line-length = 80