gcc-changelog: stop using --flake8

The flake8 pytest plug-in is broken and we should not use it.

contrib/ChangeLog:

	* gcc-changelog/setup.cfg: Do not use flake8 pytest plug-in.
This commit is contained in:
Martin Liska 2022-12-19 10:01:42 +01:00
parent 88b531d032
commit 17b41a2839

View File

@ -2,4 +2,4 @@
max-line-length = 120
[tool:pytest]
addopts = -vv --flake8
addopts = -vv