Skip to content

Commit 644a7c6

Browse files
authored
Update linters (#174)
1 parent 5324019 commit 644a7c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ repos:
2525
- id: reorder-python-imports
2626
args: [--py312-plus, --add-import, from __future__ import annotations]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.15.7
28+
rev: v0.15.8
2929
hooks:
3030
- id: ruff-check
3131
args: [--fix]
3232
- id: ruff-format
3333
- repo: https://github.com/sqlfluff/sqlfluff
34-
rev: 4.0.4
34+
rev: 4.1.0
3535
hooks:
3636
- id: sqlfluff-fix
3737
args: [--dialect, sqlite]
@@ -41,7 +41,7 @@ repos:
4141
- id: doccmd
4242
name: doccmd-sqlfluff
4343
args: [--no-pad-file, --language, sql, --command, sqlfluff fix --dialect sqlite]
44-
additional_dependencies: [git+https://github.com/sqlfluff/sqlfluff.git@a77b81232936d03b148f934e2719922605946292]
44+
additional_dependencies: [sqlfluff]
4545
- repo: https://github.com/pre-commit/mirrors-mypy
4646
rev: v1.19.1
4747
hooks:

0 commit comments

Comments
 (0)