Skip to content

Commit

Permalink
Add a pre-commit config so beautysh can be used as a pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jesselang committed Oct 19, 2017
1 parent d6016b6 commit 4bbc0f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- id: beautysh
name: beautysh
description: |
A Bash beautifier for the masses.
https://pypi.python.org/pypi/beautysh
entry: beautysh -f
language: python
types: [shell]

0 comments on commit 4bbc0f6

Please sign in to comment.