Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ passenv =
description = Apply coding style standards to code
deps =
# renovate: datasource=pypi
ruff==0.14.5
ruff==0.16.7
commands =
ruff check --fix {[vars]all_path}
ruff format {[vars]all_path}
Expand All @@ -33,7 +33,7 @@ commands =
description = Check code against coding style standards
deps =
# renovate: datasource=pypi
ruff==0.14.5
ruff==0.16.7
commands =
ruff check {[vars]all_path}
ruff format --check --diff {[vars]all_path}
Expand Down Expand Up @@ -82,7 +82,7 @@ commands_post =
description = Run functional tests
deps =
# renovate: datasource=pypi
ops==3.3.1
ops==3.8.2
# renovate: datasource=pypi
pytest==8.4.2
commands =
Expand Down Expand Up @@ -112,7 +112,7 @@ deps =
# renovate: datasource=pypi
tenacity==9.1.2
# renovate: datasource=pypi
requests==2.32.5
requests==2.34.2
commands =
pytest -v \
-s \
Expand Down
Loading