diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2435b245..c8d2786d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ default_stages: repos: - repo: https://github.com/pre-commit/pre-commit - rev: v4.2.0 + rev: v4.3.0 hooks: - id: validate_manifest @@ -16,7 +16,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: # endings - id: end-of-file-fixer @@ -39,17 +39,6 @@ repos: - id: no-commit-to-branch - id: forbid-new-submodules - # python - - id: check-ast - - id: check-builtin-literals - - id: check-docstring-first - - id: debug-statements - - id: fix-encoding-pragma - args: [--remove] - - id: name-tests-test - args: [--pytest-test-first] - - id: requirements-txt-fixer # conflicts with poetry - # security - id: detect-aws-credentials args: [--allow-missing-credentials] @@ -66,7 +55,7 @@ repos: - id: actionlint - repo: https://github.com/editorconfig-checker/editorconfig-checker - rev: v3.3.0 + rev: v3.4.0 hooks: - id: editorconfig-checker @@ -81,7 +70,7 @@ repos: - id: markdownlint - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.7 + rev: v0.12.8 hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -105,7 +94,7 @@ repos: - id: taplo-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.4 + rev: 0.8.8 hooks: - id: uv-lock