Skip to content

Commit

Permalink
test black
Browse files Browse the repository at this point in the history
  • Loading branch information
krysopath committed Apr 23, 2019
1 parent 4e4cbfa commit 1223c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .githooks/pre-commit.d/00-black
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
git stash -q --keep-index

black \
--exclude\
--exclude venv\
.

# Stage updated files
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
description="A hexagon of secret provisoning",
author="Georg vom Endt",
author_email="[email protected]",
url='https://github.com/krysopath/vaultify',
url="https://github.com/krysopath/vaultify",
download_url="https://github.com/krysopath/vaultify/tarball/0.1.1",
keywords=["vault", "gpg", "secrets", "docker", "cli"],
entry_points={"console_scripts": ["vaultify=vaultify.vaultify:main"]},
Expand Down

0 comments on commit 1223c72

Please sign in to comment.