Skip to content

Commit a4f3185

Browse files
committed
[DOP-22129] Update pre-commit hooks
1 parent 3e42e2b commit a4f3185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
- --no-extra-eol
4747

4848
- repo: https://github.com/codespell-project/codespell
49-
rev: v2.3.0
49+
rev: v2.4.0
5050
hooks:
5151
- id: codespell
5252
args: [-w]
@@ -58,7 +58,7 @@ repos:
5858
args: [--autofix, --indent, '2', --offset, '2']
5959

6060
- repo: https://github.com/pycqa/isort
61-
rev: 5.13.2
61+
rev: 6.0.0
6262
hooks:
6363
- id: isort
6464

0 commit comments

Comments
 (0)