xref: /netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/setup.cfg (revision 32d1c65c71fbdb65a012e8392a62a757dd6853e9)
1[flake8]
2max-line-length = 120
3
4[tool:pytest]
5addopts = -vv --flake8
6