Files
chia-blockchain/.flake8
T
Kyle AltendorfandGitHub a89222a428 move tests (#17209)
* prep

* verify source and installed tests match

* move

* remove move script
2024-03-14 10:19:20 -07:00

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