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 863bb2a commit 74edef6Copy full SHA for 74edef6
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
language: pygrep
27
files: \.(py|sh|rst|yml|yaml)$
28
- repo: https://github.com/psf/black
29
- rev: 24.10.0
+ rev: 25.1.0
30
hooks:
31
- id: black
32
args: [--check, --diff]
@@ -58,7 +58,7 @@ repos:
58
--report-level=warning,
59
]
60
- repo: https://github.com/codespell-project/codespell
61
- rev: v2.3.0
+ rev: v2.4.1
62
63
- id: codespell
64
0 commit comments