glean/.flake8

6 строки
161 B
INI

[flake8]
max-line-length = 100
exclude = glean-core/python/glean/_uniffi.py
# W503 - line break before binary operator - black formats it that way
ignore = W503