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