From c70766063457181f6fb736a3225ce51c9845e198 Mon Sep 17 00:00:00 2001 From: Joseph Banks Date: Sun, 7 Jul 2019 00:04:21 +0100 Subject: unpin flake8 & flake8 docstrings to see if it fixes linting --- Pipfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index b2664edc..e68abcad 100644 --- a/Pipfile +++ b/Pipfile @@ -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" -- cgit v1.2.3