diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a794fa2f9..e257d5ec7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,16 +21,16 @@ repos: - id: trailing-whitespace exclude: .gitignore - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black-jupyter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.1 + rev: v0.6.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.3.2 + rev: v3.3.3 hooks: - id: prettier - repo: https://github.com/google/yamlfmt @@ -52,7 +52,7 @@ repos: - id: codespell additional_dependencies: [".[toml]"] - repo: https://github.com/sqlfluff/sqlfluff - rev: 3.1.0 + rev: 3.1.1 hooks: - id: sqlfluff-fix - repo: https://github.com/hadolint/hadolint @@ -72,7 +72,7 @@ repos: hooks: - id: poetry-check - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.1 + rev: v1.11.2 hooks: - id: mypy additional_dependencies: @@ -83,7 +83,7 @@ repos: - id: nb-clean args: [--preserve-cell-outputs, --remove-empty-cells] - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.18 + rev: v0.19 hooks: - id: validate-pyproject additional_dependencies: