thrift/.flake8
2022-12-16 00:09:39 +08: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