Implement temporary fix for breaking change in pydocstyle (#519)

master
James Curtin 5 years ago committed by GitHub
parent 86a8cb96f0
commit fb94f46b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      {{cookiecutter.app_name}}/Pipfile
  2. 1
      {{cookiecutter.app_name}}/requirements/dev.txt

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

@ -13,6 +13,7 @@ flake8==3.7.7
flake8-blind-except==0.1.1
flake8-debugger==3.1.0
flake8-docstrings==1.3.0
pydocstyle<4 #temporary until flake8-docstrings is fixed
flake8-isort==2.5
isort==4.3.4
pep8-naming==0.7.0

Loading…
Cancel
Save