Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wood-push-melon committed Apr 19, 2024
1 parent a36c99d commit 0abc9dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
black
codespell
pre-commit
ruff
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |
summary: |
LDAP authentication provider
doc: https//discourse.charmhub.io/t/13946
docs: https://discourse.charmhub.io/t/13946

containers:
glauth:
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ commands =
ruff {[vars]all_path}
black --check --diff {[vars]all_path}

pre-commit install
pre-commit autoupdate

[testenv:unit]
description = Run unit tests
deps =
Expand Down

0 comments on commit 0abc9dd

Please sign in to comment.