Skip to content

Commit

Permalink
Disable bandit rule B310
Browse files Browse the repository at this point in the history
This specfic rule is too dumb to be helpful.
https://stackoverflow.com/a/53040523
  • Loading branch information
Chocobo1 committed Aug 14, 2024
1 parent 1984449 commit 1652207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Lint code
run: |
pyflakes nova3/engines/*.py
bandit --skip B110,B314,B405 nova3/engines/*.py
bandit --skip B110,B310,B314,B405 nova3/engines/*.py
- name: Format code
run: |
Expand Down

0 comments on commit 1652207

Please sign in to comment.