Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Apr 20, 2021
1 parent b906fc2 commit 6a6c3d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
hooks:
- id: python-safety-dependencies-check
- repo: git://github.com/Lucas-C/pre-commit-hooks-bandit
rev: v1.0.4
rev: v1.0.5
hooks:
- id: python-bandit-vulnerability-check
- repo: local
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can check the [plugins list](https://github.com/PyCQA/bandit/tree/master/ban
## Usage
```
- repo: https://github.com/Lucas-C/pre-commit-hooks-bandit
rev: v1.0.4
rev: v1.0.5
hooks:
- id: python-bandit-vulnerability-check
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name='pre-commit-hooks-bandit',
description='A pre-commit hook to find common security issues in your Python code',
url='https://github.com/Lucas-C/pre-commit-hooks-bandit',
version='1.0.4',
version='1.0.5',

author='Lucas Cimon',
author_email='[email protected]',
Expand Down

0 comments on commit 6a6c3d1

Please sign in to comment.