Skip to content

Commit

Permalink
Add flake8 configuration to setup.cfg, and silence warnings for unuse…
Browse files Browse the repository at this point in the history
…d openid imports
  • Loading branch information
matthiask committed Jul 13, 2014
1 parent 9ead780 commit ae2d00f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin_sso/models.py
Expand Up @@ -60,4 +60,4 @@ def __unicode__(self):


if not settings.DJANGO_ADMIN_SSO_USE_OAUTH:
from .openid.models import OpenIDUser, Association, Nonce
from .openid.models import OpenIDUser, Association, Nonce # noqa
5 changes: 4 additions & 1 deletion setup.cfg
@@ -1,2 +1,5 @@
[flake8]
ignore = E501,E128

[upload_sphinx]
upload-dir = build/sphinx/html
upload-dir = build/sphinx/html

0 comments on commit ae2d00f

Please sign in to comment.