Bump flake8-docstring

master
Steven Loria 7 years ago
parent 16a789bf0c
commit 3d969c7d52
No known key found for this signature in database
GPG Key ID: 1655D1A1BDFBA4D7
  1. 2
      {{cookiecutter.app_name}}/requirements/dev.txt
  2. 1
      {{cookiecutter.app_name}}/setup.cfg

@ -10,7 +10,7 @@ factory-boy==2.8.1
flake8==3.3.0
flake8-blind-except==0.1.1
flake8-debugger==1.4.0
flake8-docstrings==1.0.3
flake8-docstrings==1.1.0
flake8-isort==2.1.3
flake8-quotes==0.9.0
isort==4.2.5

@ -1,2 +1,3 @@
[flake8]
ignore = D401
max-line-length=120

Loading…
Cancel
Save