[flake8]
builtins = _
ignore = E402,F403,F405,W504
exclude = .git,__pycache__
max-line-length = 120
