[flake8]
count = True
statistics = True
filename = *.py, *.pyx
per-file-ignores = */__init__.py:F401, */typing.py:F401 */external.py:F401
max-line-length = 120
extend-ignore = E203, W503