We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4c221 commit dc4c1e3Copy full SHA for dc4c1e3
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
- id: python-no-log-warn
26
- id: text-unicode-replacement-char
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.9.2
+ rev: v0.9.4
29
hooks:
30
- id: ruff-format
31
- id: ruff
@@ -34,7 +34,7 @@ repos:
34
35
- id: refurb
36
- repo: https://github.com/executablebooks/mdformat
37
- rev: 0.7.21
+ rev: 0.7.22
38
39
- id: mdformat
40
additional_dependencies: [
@@ -44,7 +44,7 @@ repos:
44
]
45
files: (README\.md)
46
47
48
49
50
@@ -59,7 +59,7 @@ repos:
59
- id: nbstripout
60
exclude: (docs)
61
- repo: https://github.com/crate-ci/typos
62
- rev: dictgen-v0.3.1
+ rev: typos-dict-v0.12.4
63
64
- id: typos
65
exclude: (\.ipynb)
0 commit comments