Commit fb767c0
committed
chore: add Codacy config to skip B101 in test files
Bandit B101 ('Use of assert detected') is a well-known false positive
for pytest test files where assert is the standard assertion mechanism.
Exclude the tests/ directory from Bandit analysis to prevent 32 false
positives on PR #179.1 parent 3788a5e commit fb767c0
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments