Skip to content

Commit 7565967

Browse files
committed
chore: [gh] version bumps in .pre-commit-config.yaml [skip ci]
1 parent 436c2c2 commit 7565967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33
python: python3.11
44
repos:
55
- repo: https://github.com/codespell-project/codespell
6-
rev: v2.4.0
6+
rev: v2.4.1
77
hooks:
88
- id: codespell
99
args: ["--ignore-words=codespell.txt"]
@@ -29,7 +29,7 @@ repos:
2929
hooks:
3030
- id: flake8
3131
- repo: https://github.com/PyCQA/isort
32-
rev: 5.13.2
32+
rev: 6.0.0
3333
hooks:
3434
- id: isort
3535
args: ["--settings-path=pyproject.toml"]

0 commit comments

Comments
 (0)