diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2633c04..baea399 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.10 + rev: v0.5.4 hooks: # Run the linter. - id: ruff @@ -27,7 +27,7 @@ repos: - id: ruff-format types_or: [python, pyi, jupyter] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.10.0" + rev: "v1.11.0" hooks: - id: mypy exclude: docs/conf.py