Skip to content

Commit 1122f25

Browse files
[pre-commit.ci] pre-commit autoupdate (#342)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.2...v0.9.3) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b2213b0 commit 1122f25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.9.2
12+
rev: v0.9.3
1313
hooks:
1414
- id: ruff
1515
args: [--fix]
@@ -33,7 +33,7 @@ repos:
3333
exclude: tests/eval_files/async103.py
3434

3535
- repo: https://github.com/pycqa/isort
36-
rev: 5.13.2
36+
rev: 6.0.0
3737
hooks:
3838
- id: isort
3939

@@ -66,7 +66,7 @@ repos:
6666
- trio
6767

6868
- repo: https://github.com/codespell-project/codespell
69-
rev: v2.3.0
69+
rev: v2.4.0
7070
hooks:
7171
- id: codespell
7272
additional_dependencies:

0 commit comments

Comments
 (0)