Fix: Add missing Python module dependency "munch" causing cleanup job failures
[releng/lftools.git] / .flake8
1 [flake8]
2 max-line-length = 120
3 # E203 and W503 are not python-black compatible
4 ignore = E203,W503