[flake8]
ignore = E501,E741,W503
per-file-ignores =
    *.py:E225,E226
    main.py:E128,E225,E226
    test*.py:E225,E226,E265
