[flake8]
max-line-length = 120
exclude = ./typings/**/*
ignore = E203,W503
per-file-ignores =
    tests/util/build_network_protocol_files.py:F405
    tests/util/test_network_protocol_files.py:F405
    tests/util/test_network_protocol_json.py:F405
    tests/util/protocol_messages_json.py:E501
    chik/wallet/dao_wallet/dao_utils.py:E501
    chik/wallet/dao_wallet/dao_wallet.py:E501
    chik/wallet/cat_wallet/dao_cat_wallet.py:E501
    tests/wallet/dao_wallet/test_dao_klvm.py:E501
