diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ccb8e068..1817f6a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: args: [--py39-plus, --keep-runtime-typing] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint args: ["-d", "{extends: relaxed, rules: {empty-lines: disable, line-length: {max: 1500}}}", --strict, --format, parsable] @@ -58,7 +58,7 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.9.13 + rev: 0.10.0 hooks: # Update the uv lockfile - id: uv-lock