diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a68cd4f..18eeb54f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: args: [--py39-plus, --keep-runtime-typing] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.0 + rev: v1.37.1 hooks: - id: yamllint args: ["-d", "{extends: relaxed, rules: {empty-lines: disable, line-length: {max: 1500}}}", --strict, --format, parsable] @@ -55,7 +55,7 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.6.17 + rev: 0.7.2 hooks: # Update the uv lockfile - id: uv-lock