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

Commit 6a6c3d1

Browse files
committed
v1.0.5
1 parent b906fc2 commit 6a6c3d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: python-safety-dependencies-check
2323
- repo: git://github.com/Lucas-C/pre-commit-hooks-bandit
24-
rev: v1.0.4
24+
rev: v1.0.5
2525
hooks:
2626
- id: python-bandit-vulnerability-check
2727
- repo: local

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can check the [plugins list](https://github.com/PyCQA/bandit/tree/master/ban
88
## Usage
99
```
1010
- repo: https://github.com/Lucas-C/pre-commit-hooks-bandit
11-
rev: v1.0.4
11+
rev: v1.0.5
1212
hooks:
1313
- id: python-bandit-vulnerability-check
1414
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name='pre-commit-hooks-bandit',
66
description='A pre-commit hook to find common security issues in your Python code',
77
url='https://github.com/Lucas-C/pre-commit-hooks-bandit',
8-
version='1.0.4',
8+
version='1.0.5',
99

1010
author='Lucas Cimon',
1111
author_email='[email protected]',

0 commit comments

Comments
 (0)