thrift/.flake8

6 lines
160 B
Plaintext
Raw Normal View History

2019-01-31 23:35:51 +00:00
[flake8]
exclude = .git,__pycache__,**/gen-*/**,contrib/**,docs/source/conf.py,old,build,dist
ignore = W504,E402,E501
max-complexity = 30
max-line-length = 120