# Autoformatter friendly flake8 config (all formatting rules disabled)
[flake8]
max-line-length = 
    120

ignore = W291 , W293 ,W503 ,E123 ,E731 ,E128 ,W391,E203

per-file-ignores = 
    */__init__.py: F401

exclude = 
    tests
    tests_and_benchmarks
    experimental