~roadmr/canonical-identity-provider/fix-deprecation-warnings-1

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Tom Wardill
  • Date: 2018-02-14 14:05:59 UTC
  • mfrom: (1602 work)
  • mto: (1597.1.44 django-1.10)
  • mto: This revision was merged to the branch mainline in revision 1603.
  • Revision ID: tom.wardill@canonical.com-20180214140559-ow5txzwy46nopws2
Merge flake8 changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[flake8]
 
2
# Ignore defaults + I201,I202 (flake8-import-order: ignore blank lines between imports)
 
3
ignore = E121,E123,E126,E226,E24,E704,W503,W504,I201,I202
 
4
application-import-names = api,identityprovider,mockservice,testing,tests,ubuntu_sso_saml,urls,versioninfo,webservices,webui
 
5
import-order-style = sso_style