diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ec0658..8abf7b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 # Use the sha / tag you want to point at + rev: v1.14.1 # Use the sha / tag you want to point at hooks: - id: mypy - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.8.2 + rev: v0.8.6 hooks: # Run the linter. - id: ruff