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

Commit b0858b0

Browse files
committed
Release 1.0.4
1 parent bee3ea7 commit b0858b0

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: python-safety-dependencies-check
2626
- repo: git://github.com/Lucas-C/pre-commit-hooks-bandit
27-
sha: v1.0.3
27+
sha: v1.0.4
2828
hooks:
2929
- id: python-bandit-vulnerability-check
3030
- 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](/openstack/bandit/tree/master/bandit/plugins) &
88
## Usage
99
```
1010
- repo: https://github.com/Lucas-C/pre-commit-hooks-bandit
11-
sha: v1.0.3
11+
sha: v1.0.4
1212
hooks:
1313
- id: python-bandit-vulnerability-check
1414
```

setup.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,15 @@
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.3',
8+
version='1.0.4',
99

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

1313
platforms='linux',
1414
classifiers=[
1515
'License :: OSI Approved :: MIT License',
16-
'Programming Language :: Python :: 2',
17-
'Programming Language :: Python :: 2.6',
18-
'Programming Language :: Python :: 2.7',
19-
'Programming Language :: Python :: 3',
20-
'Programming Language :: Python :: 3.3',
21-
'Programming Language :: Python :: 3.4',
16+
'Programming Language :: Python :: 3.6',
2217
'Programming Language :: Python :: Implementation :: CPython',
2318
'Programming Language :: Python :: Implementation :: PyPy',
2419
],

0 commit comments

Comments
 (0)