diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 30e6451..3b23f69 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,13 +47,13 @@ repos: - '--frozen' id: 'uv-sync' repo: 'https://github.com/astral-sh/uv-pre-commit' - rev: '0.12.6' + rev: '0.12.7' - hooks: - args: - '--fix' id: 'ruff-check' repo: 'https://github.com/astral-sh/ruff-pre-commit' - rev: 'v0.16.4' + rev: 'v0.16.5' - hooks: - id: 'yapf' name: 'check Python files are formatted' @@ -73,7 +73,7 @@ repos: - hooks: - id: 'zizmor' repo: 'https://github.com/zizmorcore/zizmor-pre-commit' - rev: 'v1.29.0' + rev: 'v1.30.0' - hooks: - id: 'validate-cff' repo: 'https://github.com/citation-file-format/cffconvert' @@ -117,4 +117,4 @@ repos: - hooks: - id: 'cspell' repo: 'https://github.com/streetsidesoftware/cspell-cli' - rev: 'v10.0.1' + rev: 'v10.1.0'