mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-09 17:36:14 +03:00
a87e8e34ac
* black the generated protocol messages code * Update tests/util/build_network_protocol_files.py Co-authored-by: Arvid Norberg <arvid@libtorrent.org> * more focused noqa Co-authored-by: Arvid Norberg <arvid@libtorrent.org>
10 lines
293 B
INI
10 lines
293 B
INI
[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
|