[flake8]
ignore = E226,E302
max-line-length = 100
exclude = env/*,.gitignore,data/*,requirements/*,.dvc/*,.git/* 
max-complexity = 10