diff options
-rw-r--r-- | Pipfile | 5 | ||||
-rw-r--r-- | Pipfile.lock | 2 |
2 files changed, 3 insertions, 4 deletions
@@ -4,7 +4,7 @@ url = "https://pypi.org/simple" verify_ssl = true [dev-packages] -flake8 = "~=3.7.7" +flake8 = "*" flake8-bandit = "==1.0.2" flake8-bugbear = "~=19.3.0" flake8-import-order = "~=0.18.1" @@ -14,8 +14,7 @@ mccabe = "~=0.6.1" pep8-naming = "~=0.8.2" coverage = "~=4.5.3" unittest-xml-reporting = "~=2.5.1" -flake8-docstrings = "~=1.3.0" -pydocstyle = "1.1.1" +flake8-docstrings = "*" [packages] django = "~=2.2" diff --git a/Pipfile.lock b/Pipfile.lock index fded9eab..1da50999 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "c0406de8c1ea66d1f62c39c3140df0b258d5412ed19502a3a6609a9d631d7840" + "sha256": "a7e8ef5026516c05a7a24abc75904ff8608a429e1714bb01f6420d5f0a91a8cd" }, "pipfile-spec": 6, "requires": { |