Skip to content

Commit 63457e1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.15.9](astral-sh/ruff-pre-commit@v0.13.3...v0.15.9) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/python-poetry/poetry: 1.8.0 → 2.3.2](python-poetry/poetry@1.8.0...2.3.2) - [github.com/numpy/numpydoc: v1.9.0 → v1.10.0](numpy/numpydoc@v1.9.0...v1.10.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.20.0](pre-commit/mirrors-mypy@v1.18.2...v1.20.0)
1 parent 8681161 commit 63457e1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,29 @@ repos:
1717
- id: no-commit-to-branch
1818
args: [--branch, main, --branch, dev]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: 'v0.13.3'
20+
rev: 'v0.15.9'
2121
hooks:
2222
- id: ruff-check
2323
args: [--fix]
2424
- id: ruff-format
2525
- repo: https://github.com/codespell-project/codespell
26-
rev: v2.4.1
26+
rev: v2.4.2
2727
hooks:
2828
- id: codespell
2929
files: ^.*\.(py|md|rst|yml)$
3030
- repo: https://github.com/python-poetry/poetry
31-
rev: '1.8.0' # add version here
31+
rev: '2.3.2' # add version here
3232
hooks:
3333
- id: poetry-check
3434
- id: poetry-lock
3535
args: [--no-update]
3636
- repo: https://github.com/numpy/numpydoc
37-
rev: 'v1.9.0'
37+
rev: 'v1.10.0'
3838
hooks:
3939
- id: numpydoc-validation
4040
exclude: '^imap_processing/tests/|.*test.*'
4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: 'v1.18.2'
42+
rev: 'v1.20.0'
4343
hooks:
4444
- id: mypy
4545
exclude: .*(tests|docs).*

0 commit comments

Comments
 (0)