[flake8]
exclude = .git,docs,build,dist,test,*__init__.py,bilby_pipe/_version.py
max-line-length = 120
ignore = E129,W504,W503
