Skip to content

Commit 6212f50

Browse files
ndgrigoriangithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent 9b1babd commit 6212f50

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ repos:
3737
- id: text-unicode-replacement-char
3838

3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.4.1
40+
rev: v2.4.2
4141
hooks:
4242
- id: codespell
4343
additional_dependencies:
4444
- tomli
4545

4646
- repo: https://github.com/psf/black
47-
rev: 26.1.0
47+
rev: 26.3.0
4848
hooks:
4949
- id: black
5050
exclude: "_vendored/conv_template.py"
@@ -71,7 +71,7 @@ repos:
7171
- flake8-bugbear==24.4.26
7272

7373
- repo: https://github.com/pycqa/isort
74-
rev: 8.0.0
74+
rev: 8.0.1
7575
hooks:
7676
- id: isort
7777
name: isort (python)

0 commit comments

Comments
 (0)