Skip to content

Commit

Permalink
config: Don't run the sqlfluff fix check in CI due to timeout
Browse files Browse the repository at this point in the history
We want to be alerted on lint failures, but don't need to run both the fix and lint
stages of sqlfluff given how long they take to execute.
  • Loading branch information
blarghmatey committed Jan 28, 2025
1 parent 8dc84a9 commit 96d1335
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
ci:
skip:
- sqlfluff-fix
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
Expand Down

0 comments on commit 96d1335

Please sign in to comment.