a7ac3e92ec
contrib/ChangeLog: * gcc-changelog/git_commit.py: Allow deletion of ChangeLog files. * gcc-changelog/setup.cfg: Set line limit to 120 characters. * gcc-changelog/test_email.py: Add test. * gcc-changelog/test_patches.txt: Likewise. * gcc-changelog/git_email.py: Fix parsing of deleted files.
6 lines
69 B
INI
6 lines
69 B
INI
[flake8]
|
|
max-line-length = 120
|
|
|
|
[tool:pytest]
|
|
addopts = -vv --flake8
|