From 6ba56a7e260b44509ce9a003b20d27f84a9e686e Mon Sep 17 00:00:00 2001 From: Abe Coull <85974725+math411@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:51:25 -0700 Subject: [PATCH] infra: stop flake8 running over the src directory twice (#749) --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index dc3faea5f..b77ac4525 100644 --- a/tox.ini +++ b/tox.ini @@ -62,8 +62,8 @@ deps = flake8-rst-docstrings git+https://github.com/amazon-braket/amazon-braket-build-tools.git commands = - flake8 {posargs} - flake8 --enable-extensions=BCS src + flake8 --extend-exclude src {posargs} + flake8 --enable-extensions=BCS src {posargs} [testenv:isort] basepython = python3