mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 18:56:00 +08:00
5 lines
136 B
INI
5 lines
136 B
INI
[flake8]
|
|
ignore = E203, E266, E501, W503, F403, F401, E711, C901, W605
|
|
max-line-length = 79
|
|
max-complexity = 18
|
|
select = B,C,E,F,W,T4,B9 |