You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/04/12 07:05:55 UTC

[GitHub] [skywalking] kezhenxu94 commented on issue #7547: [INFRA] Support for Block Comment Style for Python files

kezhenxu94 commented on issue #7547:
URL: https://github.com/apache/skywalking/issues/7547#issuecomment-1096210483

   @mikhail-dr  Thanks to @dongzl 's https://github.com/apache/skywalking-eyes/pull/97 and my https://github.com/apache/skywalking-eyes/pull/100 , now you can configure the comment style like this 👇 to use DocString style
   
   ```yaml
   
   header: # `header` section is configurations for source codes license header.
     # ... other configurations
     language:
       Python:
         extensions:
           - ".py"
         comment_style_id: PythonDocStringStyle
   
   ```


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org