mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 18:35:19 +00:00
6 lines
160 B
Plaintext
6 lines
160 B
Plaintext
|
[flake8]
|
||
|
exclude = .git,__pycache__,**/gen-*/**,contrib/**,docs/source/conf.py,old,build,dist
|
||
|
ignore = W504,E402,E501
|
||
|
max-complexity = 30
|
||
|
max-line-length = 120
|