[flake8]
max-line-length = 99
# https://black.readthedocs.io/en/stable/compatible_configs.html
extend-ignore = E203, W503
# ignore = F401,F403,W503
