Skip to content

Commit f4e0b0c

Browse files
authored
Merge pull request #377 from WMD-group/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 5ba7d2b + 9ac5a98 commit f4e0b0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
autoupdate_commit_msg: pre-commit autoupdate
66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.9.3
8+
rev: v0.9.9
99
hooks:
1010
# Run the linting tool
1111
- id: ruff
@@ -54,15 +54,15 @@ repos:
5454
- id: nbstripout
5555
args: [--drop-empty-cells, --keep-output]
5656
- repo: https://github.com/codespell-project/codespell
57-
rev: v2.4.0
57+
rev: v2.4.1
5858
hooks:
5959
- id: codespell
6060
stages: [pre-commit, commit-msg]
6161
args: [--toml, pyproject.toml]
6262
additional_dependencies:
6363
- tomli
6464
- repo: https://github.com/RobertCraigie/pyright-python
65-
rev: v1.1.392.post0
65+
rev: v1.1.396
6666
hooks:
6767
- id: pyright
6868
args: [--level, error]

0 commit comments

Comments
 (0)