gpg: pydocstyle fixes

This commit is contained in:
Roman Zeyde
2016-04-24 12:22:02 +03:00
parent a114242243
commit d7913a84d5
6 changed files with 76 additions and 19 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python
"""A simple wrapper for Git commit/tag GPG signing."""
import logging
import subprocess as sp
import sys
@@ -9,6 +10,7 @@ log = logging.getLogger(__name__)
def main():
"""Main function."""
logging.basicConfig(level=logging.INFO,
format='%(asctime)s %(levelname)-10s %(message)s')