Skip to content

Commit

Permalink
NN-527 Add bandit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
dyusuf committed Jul 26, 2024
1 parent a3f74d5 commit b3c95aa
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ repos:
'types_or':
- python
- pyi

# - repo: https://github.com/PyCQA/bandit
# rev: 1.7.9
# hooks:
# - id: bandit
# description: "Security analysis tool for Python code to find common security issues."
- repo: https://github.com/PyCQA/bandit
rev: 1.7.9
hooks:
- id: bandit
description: "Security analysis tool for Python code to find common security issues."
- repo: https://github.com/timothycrosley/isort
rev: 5.12.0
hooks:
Expand Down

0 comments on commit b3c95aa

Please sign in to comment.