diff options
author | 2019-04-19 13:19:27 +0200 | |
---|---|---|
committer | 2019-04-19 13:19:27 +0200 | |
commit | ec3a865fd988d1999e4bbf2fcd9ffaf969d98aa4 (patch) | |
tree | 28d7fd713218bd61bec70817f8e48f59326b893e /Pipfile | |
parent | Added test cases to increase coverage for this PR to 100% (diff) | |
parent | Pin flake8-bandit to 1.0.2 to fix ExceptHandler error. (diff) |
Merge branch 'django_front_page' of github.com:python-discord/site into django_front_page
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" |