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 1a1cc57 commit 3834e49Copy full SHA for 3834e49
.pre-commit-config.yaml
@@ -27,23 +27,23 @@ repos:
27
- commit-msg
28
29
- repo: https://github.com/codespell-project/codespell
30
- rev: v2.3.0
+ rev: v2.4.1
31
hooks:
32
- id: codespell
33
34
- repo: https://github.com/igorshubovych/markdownlint-cli
35
- rev: v0.43.0
+ rev: v0.44.0
36
37
- id: markdownlint
38
- id: markdownlint-fix
39
40
- repo: https://github.com/pycqa/isort
41
- rev: 5.13.2
+ rev: 6.0.1
42
43
- id: isort
44
name: isort (python)
45
46
- repo: https://github.com/psf/black
47
- rev: 24.10.0
+ rev: 25.1.0
48
49
- id: black
0 commit comments