We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1babd commit 6212f50Copy full SHA for 6212f50
1 file changed
.pre-commit-config.yaml
@@ -37,14 +37,14 @@ repos:
37
- id: text-unicode-replacement-char
38
39
- repo: https://github.com/codespell-project/codespell
40
- rev: v2.4.1
+ rev: v2.4.2
41
hooks:
42
- id: codespell
43
additional_dependencies:
44
- tomli
45
46
- repo: https://github.com/psf/black
47
- rev: 26.1.0
+ rev: 26.3.0
48
49
- id: black
50
exclude: "_vendored/conv_template.py"
@@ -71,7 +71,7 @@ repos:
71
- flake8-bugbear==24.4.26
72
73
- repo: https://github.com/pycqa/isort
74
- rev: 8.0.0
+ rev: 8.0.1
75
76
- id: isort
77
name: isort (python)
0 commit comments