Skip to content

Commit

Permalink
Remove non-existant test from bandit config
Browse files Browse the repository at this point in the history
The `B322` test doesn't seem to exist anymore, and bandit doesn't like that it's included in the list of skipped tests.
  • Loading branch information
szilveszter committed Jan 22, 2021
1 parent f2dcea0 commit 1baf165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bandit.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
skips: ["B110", "B101", "B322", "B404", "B602", "B607"]
skips: ["B110", "B101", "B404", "B602", "B607"]

0 comments on commit 1baf165

Please sign in to comment.