[flake8]
max-line-length = 120
exclude = ./typings/**/*, ./src/lib/pybind11
ignore = E203,W503
