Skip to content

Commit

Permalink
remove runner
Browse files Browse the repository at this point in the history
  • Loading branch information
hirosassa committed Jan 19, 2025
1 parent 62f195a commit cb3d1c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,16 @@ max-line-length = 160
builtins = unicode

[testenv:flake8]
runner = uv-venv-lock-runner
dependency_groups = lint
commands =
flake8 --exclude=doc,.tox
flake8 --max-line-length=100 --ignore=E265 doc

[testenv:isort]
runner = uv-venv-lock-runner
dependency_groups = lint
commands = isort -w 120 -rc luigi test examples bin

[testenv:docs]
runner = uv-venv-lock-runner
# Build documentation using sphinx.
# Call this using `tox run -e docs`.
dependency_groups = docs
Expand Down

0 comments on commit cb3d1c1

Please sign in to comment.