Skip to content

Commit

Permalink
change dir in bandit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
michmuel committed Jan 8, 2024
1 parent 592a46e commit f377358
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .codacy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
engines:
pylintpython3:
enabled: true
python_version: 3
python_version: 3
bandit:
enabled: true
2 changes: 1 addition & 1 deletion bandit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ assert_used:
# Do not check paths including `/tests/`:
# they use `assert`, leading to B101 false positives.
exclude_dirs:
- '/tests/'
- tests

0 comments on commit f377358

Please sign in to comment.