Skip to content

Commit a94abd3

Browse files
authored
Merge branch 'master' into dependabot/github_actions/github/codeql-action-4.32.6
2 parents d967bb1 + bcf77b4 commit a94abd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ repos:
3838
- id: text-unicode-replacement-char
3939

4040
- repo: https://github.com/codespell-project/codespell
41-
rev: v2.4.1
41+
rev: v2.4.2
4242
hooks:
4343
- id: codespell
4444
args: ["-L", "nd"] # ignore "nd" used for n-dimensional
4545
additional_dependencies:
4646
- tomli
4747

4848
- repo: https://github.com/psf/black
49-
rev: 26.1.0
49+
rev: 26.3.0
5050
hooks:
5151
- id: black
5252
exclude: "_vendored/conv_template.py"
@@ -73,7 +73,7 @@ repos:
7373
- flake8-bugbear==25.11.29
7474

7575
- repo: https://github.com/pycqa/isort
76-
rev: 8.0.0
76+
rev: 8.0.1
7777
hooks:
7878
- id: isort
7979
name: isort (python)

0 commit comments

Comments
 (0)