You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/09/14 16:53:57 UTC

[GitHub] [trafficserver] bneradt opened a new pull request #7190: autopep8: avoid running on non-tracked files. (#7186)

bneradt opened a new pull request #7190:
URL: https://github.com/apache/trafficserver/pull/7190


   This is a cherry pick to 9.0.x of the following PR:
   https://github.com/apache/trafficserver/pull/7186
   
   ---
   
   It was found that if someone has non-commited Python files, such as can
   happen if they have a virtual environment in their source tree, autopep8
   will inspect those as well. This is slow and probably not desired by the
   user.
   
   This patch only runs autopep8 on files tracked by git. It will also
   enable autopep8 to check .test.ext extensions, thus the updates to those
   files.
   
   It also has autopep8 run silently so it doesn't produce as much noise.
   
   (cherry picked from commit a8150161bd2fbce3b67995e0ad8d65c2bc7e00ff)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [trafficserver] zwoop commented on pull request #7190: autopep8: avoid running on non-tracked files.

Posted by GitBox <gi...@apache.org>.
zwoop commented on pull request #7190:
URL: https://github.com/apache/trafficserver/pull/7190#issuecomment-700247404


   This cherry-picks cleanly, closing.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [trafficserver] zwoop closed pull request #7190: autopep8: avoid running on non-tracked files.

Posted by GitBox <gi...@apache.org>.
zwoop closed pull request #7190:
URL: https://github.com/apache/trafficserver/pull/7190


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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