Skip to content

Commit

Permalink
fix(tox): use requirements-devel for linters (#4820)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored May 31, 2024
1 parent 5008723 commit e6a0f5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ spread_filter = grep -E "^tests/spread/.*(spread|task)\.yaml$"
description = Lint the source code
base = testenv, lint
labels = lint
deps =
-r{tox_root}/requirements-devel.txt
allowlist_externals =
shellcheck: bash, xargs
ruff: ruff
Expand Down Expand Up @@ -141,6 +143,8 @@ commands =
description = Automatically format source code
base = testenv, lint
labels = format
deps =
-r{tox_root}/requirements-devel.txt
allowlist_externals:
ruff: ruff
commands =
Expand Down

0 comments on commit e6a0f5c

Please sign in to comment.