1[flake8]
2exclude =
3   # these scripts do not comply with PEP8 styleguide
4   make_stm32_module.py
5   update_stm32_package.py
6max-line-length = 88
7