mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 12:17:37 +03:00
10e3e8f6ab
some changes to pass flake8 linting. added setup.cfg for flake8 configuration. Ignoring E265 can be added to this file because config/settings.py is flooded with this error. After #105 gets merged it'll be OK.
5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
# Test dependencies go here.
|
|
-r base.txt
|
|
coverage==3.7.1
|
|
flake8==2.2.2
|