adds sql formatter

This commit is contained in:
Timothy Sweetser 2019-01-04 17:30:33 -05:00
parent d4b887a69e
commit 087a963817
2 changed files with 40 additions and 0 deletions

View file

@ -183,3 +183,8 @@
entry: trailing-whitespace-fixer
language: python
types: [text]
- id: format-sql
name: Format SQL Files
description: This hook formats SQL files
entry: sql-formatter
language: python