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
6 changes: 3 additions & 3 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.14.14
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.14.14
commands =
ruff check {[vars]all_path}
ruff format --check --diff {[vars]all_path}
Expand Down Expand Up @@ -110,7 +110,7 @@ deps =
# renovate: datasource=pypi
pytest-operator==0.43.2
# renovate: datasource=pypi
tenacity==9.1.2
tenacity==9.1.4
# renovate: datasource=pypi
requests==2.32.5
commands =
Expand Down
Loading