[flake8]
ignore =
    ; Parameter type mismatch
    DAR103
select = DAR
docstring_style=google
max-line-length = 88
strictness = short
