diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69bd09901..7fc4a0c45 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.15.9 + rev: v0.15.12 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.20.0 + rev: v1.20.2 hooks: - id: mypy additional_dependencies: [types-PyYAML] @@ -61,6 +61,6 @@ repos: always_run: true stages: [pre-commit] - repo: https://github.com/pre-commit/pre-commit - rev: v4.5.1 + rev: v4.6.0 hooks: - id: validate_manifest