Skip to content

Commit

Permalink
Update bandit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Nov 8, 2023
1 parent de3b1c5 commit 852dc3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ extra_lines = """
omit = ["*/locales/*"]
[tool.bandit]
targets = "src/pas/plugins/oidc"
exclude_dirs = ["src/pas/plugins/oidc/locales"]
targets = "src"
exclude_dirs = ["tests", "src/pas/plugins/oidc/locales"]
"""

[gitignore]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ ignore = [
omit = ["*/locales/*"]

[tool.bandit]
targets = "src/pas/plugins/oidc"
exclude_dirs = ["src/pas/plugins/oidc/locales"]
targets = "src"
exclude_dirs = ["tests", "src/pas/plugins/oidc/locales"]

##
# Add extra configuration options in .meta.toml:
Expand Down

0 comments on commit 852dc3c

Please sign in to comment.