Skip to content

Commit bce8141

Browse files
[pre-commit.ci] pre-commit autoupdate (#3320)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.2...v0.15.20) - [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: 2.3.4 → 2.4.1](python-poetry/poetry@2.3.4...2.4.1) - [github.com/numpy/numpydoc: v1.9.0 → v1.11.0rc0](numpy/numpydoc@v1.9.0...v1.11.0rc0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v2.1.0](pre-commit/mirrors-mypy@v1.18.2...v2.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cc5f479 commit bce8141

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,28 +17,28 @@ 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.15.2"
20+
rev: "v0.15.20"
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: "2.3.4"
31+
rev: "2.4.1"
3232
hooks:
3333
- id: poetry-check
3434
- id: poetry-lock
3535
- repo: https://github.com/numpy/numpydoc
36-
rev: "v1.9.0"
36+
rev: "v1.11.0rc0"
3737
hooks:
3838
- id: numpydoc-validation
3939
exclude: "^imap_processing/tests/|.*test.*"
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: "v1.18.2"
41+
rev: "v2.1.0"
4242
hooks:
4343
- id: mypy
4444
exclude: .*(tests|docs).*

0 commit comments

Comments
 (0)