chore: update pre-commit hooks (#7206)

* chore: update pre-commit hooks

updates:
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.7.1...v1.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.8...v0.1.9)
- [github.com/scientific-python/cookie: 2023.11.17 → 2023.12.21](https://github.com/scientific-python/cookie/compare/2023.11.17...2023.12.21)

* Group action updates

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
This commit is contained in:
pre-commit-ci[bot] 2024-01-02 08:22:15 +01:00 committed by GitHub
parent d21c79a474
commit 9a98743fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -4,6 +4,10 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
groups:
actions:
patterns:
- "*"
- package-ecosystem: 'pip'
directory: '/'
schedule:

View File

@ -38,7 +38,7 @@ repos:
)$
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.7.1"
rev: "v1.8.0"
hooks:
- id: mypy
files: "^notebook"
@ -54,7 +54,7 @@ repos:
- id: rst-inline-touching-normal
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
rev: v0.1.9
hooks:
- id: ruff
types_or: [ python, jupyter ]
@ -65,7 +65,7 @@ repos:
exclude: '^docs/source/examples/Notebook/Importing Notebooks.ipynb'
- repo: https://github.com/scientific-python/cookie
rev: '2023.11.17'
rev: '2023.12.21'
hooks:
- id: sp-repo-review
additional_dependencies: ['repo-review[cli]']