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:
parent
88b531d032
commit
17b41a2839
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
|||
max-line-length = 120
|
||||
|
||||
[tool:pytest]
|
||||
addopts = -vv --flake8
|
||||
addopts = -vv
|
||||
|
|
Loading…
Add table
Reference in a new issue