diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db3903f4a..2f8e7a93a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: pycln args: [--config=pyproject.toml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.3 + rev: v0.14.7 hooks: # Run the linter. - id: ruff @@ -31,7 +31,7 @@ repos: # Run the formatter. - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 + rev: v1.19.0 hooks: - id: mypy additional_dependencies: [types-PyYAML] @@ -54,6 +54,6 @@ repos: types: [file, rust] language: system - repo: https://github.com/pre-commit/pre-commit - rev: v4.3.0 + rev: v4.5.0 hooks: - id: validate_manifest