[flake8]
max-complexity = 10
exclude = volctl/lib/pulseaudio.py
# black compatibility
max-line-length = 88
extend-ignore = E203
