Skip to content

Commit

Permalink
Include flake8-bandit rule set for code base
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Oct 25, 2023
1 parent 1d83102 commit 18a8bae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ repos:
- "--exit-non-zero-on-fix"
- "--show-fixes"
- "--no-unsafe-fixes"
# Extend rule set to includ:
# Extend rule set to include:
# flake8-bandit
- "--extend-select=S"
# flake8-blind-except
- "--extend-select=BLE"
# pylint
Expand Down

0 comments on commit 18a8bae

Please sign in to comment.