Skip to content

Commit

Permalink
Update linting test and format linting errors (#382)
Browse files Browse the repository at this point in the history
Update lint test to ignore dev dirs
  • Loading branch information
MichaelThamm authored Jan 22, 2025
1 parent 802a566 commit 772b070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/test_get_password.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async def test_password_returns_correct_value_after_upgrading(ops_test, grafana_
apps=[app_name], status="active", timeout=300, wait_for_exact_units=1, idle_period=30
)

# libjuju doesn't actually allow waiting for idle with zero units with any argument combintation
# libjuju doesn't actually allow waiting for idle with zero units with any argument combination
# block_until() to do it ourselves. The scale also blows it away so fast that the health check
# fails, and the unit never finalizes.
# FIXME: stop destroying when https://bugs.launchpad.net/juju/+bug/1951415 is resolved
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ deps =
ruff
codespell
commands =
codespell .
codespell . --skip .git --skip .tox --skip build --skip lib --skip venv --skip .mypy_cache --skip *.svg
ruff check {[vars]all_path}
black --check --diff {[vars]all_path}

Expand Down

0 comments on commit 772b070

Please sign in to comment.