mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
adds sql formatter
This commit is contained in:
parent
d4b887a69e
commit
087a963817
2 changed files with 40 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue