Skip to content

Commit

Permalink
Bump pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ddxv committed Mar 9, 2024
1 parent 195afd7 commit c350518
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
# Ruff
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.2
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -32,7 +32,7 @@ repos:
- prettier
- prettier-plugin-svelte
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.0.0-beta.0
rev: v9.0.0-beta.1
hooks:
- id: eslint
name: eslint
Expand Down Expand Up @@ -60,7 +60,7 @@ repos:
require_serial: true
## SQL ##
- repo: https://github.com/sqlfluff/sqlfluff
rev: 3.0.0a5
rev: 3.0.0a6
hooks:
- id: sqlfluff-lint
args: ["--config", "backend/pyproject.toml"] # Specify the config file location here
Expand Down

0 comments on commit c350518

Please sign in to comment.