Bump flake8 from 3.7.5 to 3.7.6 in /{{cookiecutter.app_name}}

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.5 to 3.7.6.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.5...3.7.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
master
dependabot[bot] 6 years ago committed by dependabot[bot]
parent 019f583aa3
commit f08ee2cad4
  1. 2
      {{cookiecutter.app_name}}/Pipfile

@ -50,7 +50,7 @@ WebTest = "==2.0.33"
factory-boy = "==2.11.*" factory-boy = "==2.11.*"
# Lint and code style # Lint and code style
flake8 = "==3.7.5" flake8 = "==3.7.6"
flake8-blind-except = "==0.1.1" flake8-blind-except = "==0.1.1"
flake8-debugger = "==3.1.0" flake8-debugger = "==3.1.0"
flake8-docstrings = "==1.3.0" flake8-docstrings = "==1.3.0"

Loading…
Cancel
Save