We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d967bb1 + bcf77b4 commit a94abd3Copy full SHA for a94abd3
.pre-commit-config.yaml
@@ -38,15 +38,15 @@ repos:
38
- id: text-unicode-replacement-char
39
40
- repo: https://github.com/codespell-project/codespell
41
- rev: v2.4.1
+ rev: v2.4.2
42
hooks:
43
- id: codespell
44
args: ["-L", "nd"] # ignore "nd" used for n-dimensional
45
additional_dependencies:
46
- tomli
47
48
- repo: https://github.com/psf/black
49
- rev: 26.1.0
+ rev: 26.3.0
50
51
- id: black
52
exclude: "_vendored/conv_template.py"
@@ -73,7 +73,7 @@ repos:
73
- flake8-bugbear==25.11.29
74
75
- repo: https://github.com/pycqa/isort
76
- rev: 8.0.0
+ rev: 8.0.1
77
78
- id: isort
79
name: isort (python)
0 commit comments