We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5804f52 commit 5ea531aCopy full SHA for 5ea531a
.pre-commit-config.yaml
@@ -25,11 +25,11 @@ repos:
25
- id: python-no-log-warn
26
- id: text-unicode-replacement-char
27
- repo: https://github.com/aio-libs/sort-all
28
- rev: v1.2.0
+ rev: v1.3.0
29
hooks:
30
- id: sort-all
31
- repo: https://github.com/astral-sh/ruff-pre-commit
32
- rev: v0.7.1
+ rev: v0.7.3
33
34
- id: ruff-format
35
- id: ruff
@@ -58,12 +58,12 @@ repos:
58
]
59
files: (docs/.)
60
- repo: https://github.com/kynan/nbstripout
61
- rev: 0.7.1
+ rev: 0.8.0
62
63
- id: nbstripout
64
exclude: (docs)
65
- repo: https://github.com/crate-ci/typos
66
- rev: v1.26.8
+ rev: typos-dict-v0.11.35
67
68
- id: typos
69
exclude: (\.ipynb)
0 commit comments