Skip to content

Commit

Permalink
infra: run flake8 in webdriver/
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Perrotta committed Nov 11, 2023
1 parent 4647677 commit 5c09942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ changedir =

commands =
!flake8-!mypy: pytest --cov=tools --cov-report=term {posargs}
flake8: flake8 --append-config={toxinidir}/flake8.ini {posargs}
flake8: flake8 --append-config={toxinidir}/flake8.ini {toxinidir} {toxinidir}/../webdriver {posargs}
mypy: mypy --config-file={toxinidir}/mypy.ini --explicit-package-bases tools

passenv =
Expand Down

0 comments on commit 5c09942

Please sign in to comment.