Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quantco/pre-commit-mirrors-sqlfluff
pre-commit hook that mirrors the sqlfluff version for usage with conda as pre-commit language
https://github.com/quantco/pre-commit-mirrors-sqlfluff
Last synced: about 2 months ago
JSON representation
pre-commit hook that mirrors the sqlfluff version for usage with conda as pre-commit language
- Host: GitHub
- URL: https://github.com/quantco/pre-commit-mirrors-sqlfluff
- Owner: Quantco
- License: bsd-3-clause
- Created: 2022-08-10T06:56:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T07:46:51.000Z (2 months ago)
- Last Synced: 2024-10-27T08:45:49.486Z (2 months ago)
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# sqlfluff pre-commit hook
pre-commit hook of sqlfluff with conda as a `language` / package manager.
For pre-commit: see [here](https://github.com/pre-commit/pre-commit)
For sqlfluff: see [here](https://github.com/sqlfluff/sqlfluff)
## Using sqlfluff with pre-commit and conda:
Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/quantco/pre-commit-mirrors-sqlfluff
rev: '' # Use the sha / tag you want to point at
hooks:
- id: sqlfluff-conda
```