[flake8]
per-file-ignores = __init__.py:F401
max-line-length = 120
exclude = test/*
max-complexity = 25
docstring-convention = google
ignore = W503,E203,E741
classmethod-decorators = classmethod,validator
