[flake8]
max-complexity = 10
max-cognitive-complexity = 5
max-line-length = 127
ignore = E203,E303,W503
