diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c6a86cd..0d1e3e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - -d - "{extends: default, rules: {comments: {min-spaces-from-content: 1}, document-start: {present: false}, line-length: disable}}" - repo: https://github.com/google/yamlfmt - rev: v0.13.0 + rev: v0.14.0 hooks: - id: yamlfmt args: @@ -39,11 +39,11 @@ repos: - eof_newline=true # Specific checks and fixes for Python files - repo: https://github.com/asottile/pyupgrade - rev: v3.18.0 + rev: v3.19.0 hooks: - id: pyupgrade - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.0 + rev: v0.8.1 hooks: - id: ruff args: @@ -68,7 +68,7 @@ repos: - main # Dependency management - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.5.4 + rev: 0.5.5 hooks: - id: pip-compile args: