summaryrefslogtreecommitdiff
path: root/tools/gyp/.flake8
blob: ea0c7680ef87b24641f43389d183879ab9de0cb7 (plain)
1
2
3
4
[flake8]
max-complexity = 101
max-line-length = 88
extend-ignore = E203  # whitespace before ':' to agree with psf/black