[tox] Exclude the build directory from flake8

With tox>=4 package installations will built in a 'build/' directory.
We don't need to check that so add it to excludes.

Change-Id: Iab9b546c63a18b2f8db067aa58184dcb6dc135dd
This commit is contained in:
Tony Breeds 2023-08-29 08:37:59 -07:00
parent e62869fd1f
commit debf2a8cde

View File

@ -35,4 +35,4 @@ commands = ci-check-all-candidate-files -v -v {posargs:--HEAD}
commands = ci-check-all-candidate-files
[flake8]
exclude=.tox,doc/source/conf.py
exclude=.tox,doc/source/conf.py,build