mirror of https://github.com/nodejs/node.git
5 lines
81 B
Plaintext
5 lines
81 B
Plaintext
|
[flake8]
|
||
|
max-complexity = 10
|
||
|
max-line-length = 88
|
||
|
extend-ignore = E203,C901,E501
|