Skip to content

Commit 9a98743

Browse files
chore: update pre-commit hooks (#7206)
* chore: update pre-commit hooks updates: - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.8...v0.1.9) - [github.com/scientific-python/cookie: 2023.11.17 → 2023.12.21](scientific-python/cookie@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 <[email protected]>
1 parent d21c79a commit 9a98743

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ updates:
44
directory: '/'
55
schedule:
66
interval: 'weekly'
7+
groups:
8+
actions:
9+
patterns:
10+
- "*"
711
- package-ecosystem: 'pip'
812
directory: '/'
913
schedule:

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
)$
3939
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: "v1.7.1"
41+
rev: "v1.8.0"
4242
hooks:
4343
- id: mypy
4444
files: "^notebook"
@@ -54,7 +54,7 @@ repos:
5454
- id: rst-inline-touching-normal
5555

5656
- repo: https://github.com/astral-sh/ruff-pre-commit
57-
rev: v0.1.8
57+
rev: v0.1.9
5858
hooks:
5959
- id: ruff
6060
types_or: [ python, jupyter ]
@@ -65,7 +65,7 @@ repos:
6565
exclude: '^docs/source/examples/Notebook/Importing Notebooks.ipynb'
6666

6767
- repo: https://github.com/scientific-python/cookie
68-
rev: '2023.11.17'
68+
rev: '2023.12.21'
6969
hooks:
7070
- id: sp-repo-review
7171
additional_dependencies: ['repo-review[cli]']

0 commit comments

Comments
 (0)