Remove pinned pydocstyle version

master
James Curtin 5 years ago committed by James Curtin
parent 89e37224c0
commit 5f0fff195a
  1. 1
      {{cookiecutter.app_name}}/Pipfile
  2. 1
      {{cookiecutter.app_name}}/requirements/dev.txt

@ -54,7 +54,6 @@ flake8 = "==3.7.8"
flake8-blind-except = "==0.1.1"
flake8-debugger = "==3.1.0"
flake8-docstrings = "==1.4.0"
pydocstyle = "<4" #temporary until flake8-docstrings is fixed
flake8-isort = "==2.7.0"
isort = "==4.3.21"
pep8-naming = "==0.8.2"

@ -13,7 +13,6 @@ flake8==3.7.8
flake8-blind-except==0.1.1
flake8-debugger==3.1.0
flake8-docstrings==1.4.0
pydocstyle<4 #temporary until flake8-docstrings is fixed
flake8-isort==2.7.0
isort==4.3.21
pep8-naming==0.8.2

Loading…
Cancel
Save