diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d63a2c..f15dab3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,16 +13,16 @@ repos: exclude: template - id: check-added-large-files - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.7 + rev: 0.11.2 hooks: - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.15.4' + rev: 'v0.15.8' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/psf/black - rev: 26.1.0 + rev: 26.3.1 hooks: - id: black - repo: https://github.com/adrienverge/yamllint.git @@ -31,7 +31,7 @@ repos: - id: yamllint exclude: template - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell entry: codespell -I .codespell-ignore-words.txt