repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.8.2 hooks: - id: ruff args: [ --fix ] - id: ruff-format - repo: https://github.com/pycqa/isort rev: 5.12.0 hooks: - id: isort - repo: https://github.com/sqlfluff/sqlfluff rev: 3.3.0 hooks: - id: sqlfluff-fix args: [ --dialect=mariadb ]