diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cfdeea0018..eee5e14afd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: no-commit-to-branch args: [--branch, main, --branch, dev] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.13.3' + rev: 'v0.14.10' hooks: - id: ruff-check args: [--fix] @@ -28,18 +28,18 @@ repos: - id: codespell files: ^.*\.(py|md|rst|yml)$ - repo: https://github.com/python-poetry/poetry - rev: '1.8.0' # add version here + rev: '2.2.1' # add version here hooks: - id: poetry-check - id: poetry-lock args: [--no-update] - repo: https://github.com/numpy/numpydoc - rev: 'v1.9.0' + rev: 'v1.10.0' hooks: - id: numpydoc-validation exclude: '^imap_processing/tests/|.*test.*' - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.18.2' + rev: 'v1.19.1' hooks: - id: mypy exclude: .*(tests|docs).*