[flake8]
ignore = E127,E265,E266,E301,E501,W503,C901
show-source = true
exclude = .git,.venv,dist,doc,*/__pycache__/*,*test*.py
