thrift/.flake8
2019-02-01 11:13:49 -05:00

6 lines
160 B
INI

[flake8]
exclude = .git,__pycache__,**/gen-*/**,contrib/**,docs/source/conf.py,old,build,dist
ignore = W504,E402,E501
max-complexity = 30
max-line-length = 120