Skip to content

Commit

Permalink
chore(deps): update testing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent 04b5c45 commit 6901d6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ passenv =
description = Apply coding style standards to code
deps =
# renovate: datasource=pypi
ruff==0.6.1
ruff==0.6.2
commands =
ruff check --fix {[vars]all_path}
ruff format {[vars]all_path}
Expand All @@ -34,7 +34,7 @@ commands =
description = Check code against coding style standards
deps =
# renovate: datasource=pypi
ruff==0.6.1
ruff==0.6.2
commands =
ruff check {[vars]all_path}
ruff format --check --diff {[vars]all_path}
Expand All @@ -48,7 +48,7 @@ deps =
# renovate: datasource=pypi
coverage[toml]==6.5.0
# renovate: datasource=pypi
cosl==0.0.22
cosl==0.0.23
commands =
coverage run --source={[vars]src_path} \
-m pytest \
Expand Down

0 comments on commit 6901d6b

Please sign in to comment.