This website requires JavaScript.
Explore
Help
Register
Sign In
cookiecutter
/
cookiecutter-django
Watch
1
Star
1
Fork
0
You've already forked cookiecutter-django
mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced
2024-11-23 18:14:01 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8f7b5d5cf1
cookiecutter-django
/
{{cookiecutter.repo_name}}
/
setup.cfg
4 lines
101 B
INI
Raw
Normal View
History
Unescape
Escape
add flake8 and setup.cfg for linting 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.
2014-08-07 23:10:26 +04:00
[flake8]
max-line-length
=
120
Have flake8 ignore node_modules/
2015-09-24 10:33:33 +03:00
exclude
=
.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
Reference in New Issue
Copy Permalink