diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9563998ba..39bccdd1f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - --exclude=docs/ - --exclude=scripts/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.10 + rev: v0.5.0 hooks: - id: ruff types_or: [ python, pyi, jupyter ] @@ -21,7 +21,7 @@ repos: types_or: [ python, pyi, jupyter ] exclude: ^docs/source/notebooks/clv/dev/ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.10.1 hooks: - id: mypy args: [--ignore-missing-imports]