[flake8]
max-line-length = 100
extend-ignore = E203
ignore = E501, W503
exclude = docs/**/*
