thrift-related/thrift-source/thrift-0.22.0/.flake8
2026-01-09 14:15:36 +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