未提供项目描述
项目描述
remove-empty-comment
一个小型的pre-commit脚本来从您的代码中移除空注释
如果您觉得您的代码需要分隔符,那么您可能需要开始使用函数。
安装
- repo: https://github.com/Pierre-Sassoulas/remove-empty-comment/
rev: 1.0.2
hooks:
- id: remove-empty-comment
之前
###############
# main function
###############
def main():
a = 1
b = 2
c = a + b
#
print(c)
之后
# main function
def main():
a = 1
b = 2
c = a + b
print(c)
项目详情
关闭
remove_empty_comment-1.0.2-py3-none-any.whl的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 5203437db08a7a9547041f540617286a8169c01db97f41f70352e6bf1381374f |
|
MD5 | ae74a3ffd2eb0ab14b371a7344872a43 |
|
BLAKE2b-256 | 2ed44dda36f67bfa64d6adad5b95d796dca6adb07f379ae49f9ebcaf905e0ad9 |