Skip to content

Commit 7f21ea7

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.27.4 → 0.30.0](python-jsonschema/check-jsonschema@0.27.4...0.30.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.14.1](pre-commit/mirrors-mypy@v1.8.0...v1.14.1) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.8.6](astral-sh/ruff-pre-commit@v0.2.0...v0.8.6) - [github.com/scientific-python/cookie: 2024.01.24 → 2024.08.19](scientific-python/cookie@2024.01.24...2024.08.19)
1 parent 4680e1a commit 7f21ea7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v5.0.0
88
hooks:
99
- id: check-case-conflict
1010
- id: check-ast
@@ -21,12 +21,12 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/python-jsonschema/check-jsonschema
24-
rev: 0.27.4
24+
rev: 0.30.0
2525
hooks:
2626
- id: check-github-workflows
2727

2828
- repo: https://github.com/codespell-project/codespell
29-
rev: 'v2.2.6'
29+
rev: 'v2.3.0'
3030
hooks:
3131
- id: codespell
3232
args: ['-L', 'hart,noteable', '--skip', "*.spec.ts"]
@@ -38,7 +38,7 @@ repos:
3838
)$
3939
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: "v1.8.0"
41+
rev: "v1.14.1"
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.2.0
57+
rev: v0.8.6
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: '2024.01.24'
68+
rev: '2024.08.19'
6969
hooks:
7070
- id: sp-repo-review
7171
additional_dependencies: ['repo-review[cli]']

0 commit comments

Comments
 (0)