Skip to content

Commit

Permalink
Revert tox.ini change
Browse files Browse the repository at this point in the history
  • Loading branch information
a-velasco authored Oct 18, 2024
1 parent 93e1bf2 commit d16ccd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ commands =
poetry check --lock
# uncomment the following line if this charm owns a lib
# codespell {[vars]lib_path}
poetry run codespell {[vars]all_path} --skip {tox_root}/src/alert_rules/prometheus
poetry run codespell {[vars]all_path}
poetry run ruff check {[vars]all_path}
poetry run ruff format --check --diff {[vars]all_path}
find {[vars]all_path} -type f \( -name "*.sh" -o -name "*.bash" \) -exec poetry run shellcheck --color=always \{\} +
Expand Down

0 comments on commit d16ccd3

Please sign in to comment.