📜  flake8 config line-length - 任何代码示例
📅  最后修改于: 2022-03-11 14:59:14.045000             🧑  作者: Mango
代码示例1
[flake8]
ignore = E226,E302,E41
max-line-length = 160
exclude = tests/*
max-complexity = 10