It adds FLAKE8 automatically when pytest is run. Installed.
contrib/ChangeLog: * gcc-changelog/setup.cfg: New file. --- contrib/gcc-changelog/setup.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 contrib/gcc-changelog/setup.cfg diff --git a/contrib/gcc-changelog/setup.cfg b/contrib/gcc-changelog/setup.cfg new file mode 100644 index 00000000000..9e4a0f6479c --- /dev/null +++ b/contrib/gcc-changelog/setup.cfg @@ -0,0 +1,2 @@ +[tool:pytest] +addopts = -vv --flake8 -- 2.29.1