mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
* prep * verify source and installed tests match * move * remove move script
11 lines
348 B
INI
11 lines
348 B
INI
[flake8]
|
|
max-line-length = 120
|
|
exclude = ./typings/**/*
|
|
ignore = E203,W503
|
|
extend-ignore = E226,E704,E701
|
|
per-file-ignores =
|
|
chia/_tests/util/build_network_protocol_files.py:F405
|
|
chia/_tests/util/test_network_protocol_files.py:F405
|
|
chia/_tests/util/test_network_protocol_json.py:F405
|
|
chia/_tests/util/protocol_messages_json.py:E501
|