We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ba7d2b + 9ac5a98 commit f4e0b0cCopy full SHA for f4e0b0c
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ ci:
5
autoupdate_commit_msg: pre-commit autoupdate
6
repos:
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.9.3
+ rev: v0.9.9
9
hooks:
10
# Run the linting tool
11
- id: ruff
@@ -54,15 +54,15 @@ repos:
54
- id: nbstripout
55
args: [--drop-empty-cells, --keep-output]
56
- repo: https://github.com/codespell-project/codespell
57
- rev: v2.4.0
+ rev: v2.4.1
58
59
- id: codespell
60
stages: [pre-commit, commit-msg]
61
args: [--toml, pyproject.toml]
62
additional_dependencies:
63
- tomli
64
- repo: https://github.com/RobertCraigie/pyright-python
65
- rev: v1.1.392.post0
+ rev: v1.1.396
66
67
- id: pyright
68
args: [--level, error]
0 commit comments