File: .pre-commit-hooks.yaml

package info (click to toggle)
sqlparse 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 948 kB
  • sloc: python: 5,560; sql: 167; makefile: 115; sh: 14
file content (8 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
8
- id: sqlformat
  name: sqlformat
  description: Format SQL files using sqlparse
  entry: sqlformat
  language: python
  types: [sql]
  args: [--in-place, --reindent]
  minimum_pre_commit_version: '2.9.0'