[flake8]
max_line_length = 100
max_complexity = 10
exclude = types.py
[pydocstyle]
ignore = D100,D101,D102,D105,D106,D107,D203,D213