You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/02/24 00:25:03 UTC

[GitHub] john-bodley opened a new pull request #4477: [flake8] Adding flake8-coding

john-bodley opened a new pull request #4477: [flake8] Adding flake8-coding
URL: https://github.com/apache/incubator-superset/pull/4477
 
 
   To try to further ensure unicode consistency between Python 2 and Python 3 this PR adds the `flake8-config` check to ensure that every Python file includes:
   
       # -*- coding: utf-8 -*-
   
   which ensures that it is encoded as UTF-8 in Python 2 (which is the default in Python 3) as opposed to ASCII. 
   
   This PR also removes all `u'...'` references which are no longer required. 
   
   to: @mistercrunch @xrmx

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services