Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 417 Bytes

File metadata and controls

21 lines (15 loc) · 417 Bytes

format-sql mirror

This project is a mirror of format-sql for pre-commit

Using format-sql with pre-commit

Install format-sql

pip install format-sql

Add this to your .pre-commit-config.yaml

repos:
- repo: https://github.com/tchoedak/pre-commit-sql-format
  rev: latest
  hooks:
    - id: format-sql