Skip to content

Commit 962804a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10) - [github.com/python-poetry/poetry: 1.8.0 → 2.2.1](python-poetry/poetry@1.8.0...2.2.1) - [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.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1)
1 parent 7ee85a0 commit 962804a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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.14.10'
2121
hooks:
2222
- id: ruff-check
2323
args: [--fix]
@@ -28,18 +28,18 @@ repos:
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.2.1' # 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.19.1'
4343
hooks:
4444
- id: mypy
4545
exclude: .*(tests|docs).*

0 commit comments

Comments
 (0)