Skip to content

Commit

Permalink
infra: stop flake8 running over the src directory twice (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeCoull authored Oct 18, 2023
1 parent 9b43e72 commit 6ba56a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ba56a7

Please sign in to comment.