diff options
author | 2019-04-19 16:17:38 +1000 | |
---|---|---|
committer | 2019-04-19 16:17:38 +1000 | |
commit | 508ed84cf39a44d1676b93ac0021947d1fb05d96 (patch) | |
tree | 3acb81d83f7cb5fdc33e643bae73a418f7b7a474 /Pipfile | |
parent | Addressing all of volcyys review comments, and adding linting and full test c... (diff) |
Pin flake8-bandit to 1.0.2 to fix ExceptHandler error.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ verify_ssl = true [dev-packages] flake8 = "~=3.7.7" -flake8-bandit = "~=2.1.0" +flake8-bandit = "==1.0.2" flake8-bugbear = "~=19.3.0" flake8-import-order = "~=0.18.1" flake8-string-format = "~=0.2.3" |