mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 10:45:56 +08:00
7 lines
264 B
INI
7 lines
264 B
INI
[flake8]
|
|
ignore = E203, E266, E402, E501, W503, F403, F401, E711, C901, E721, W605
|
|
max-line-length = 88
|
|
max-complexity = 18
|
|
select = B,C,E,F,W,T4,B9
|
|
exclude = bindings/python/fdb/six.py,contrib/Implib.so/implib-gen.py,documentation/sphinx/extensions/rubydomain.py
|