[flake8]
max-line-length = 120
ignore = D100,D101,D102,F811,E722,F821,W503
exclude = .git,__pycache__,.idea,messages,screenshots,venv
