Skip to content

Commit c34fdcd

Browse files
[pre-commit.ci] pre-commit autoupdate (#842)
updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fc64741 commit c34fdcd

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
@@ -27,7 +27,7 @@ repos:
2727
- id: mixed-line-ending
2828

2929
- repo: https://github.com/pycqa/isort
30-
rev: 5.13.2
30+
rev: 6.0.0
3131
hooks:
3232
- id: isort
3333

@@ -38,7 +38,7 @@ repos:
3838
args: [--target-version, "3.2"]
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.9.3
41+
rev: v0.9.4
4242
hooks: # Format before linting
4343
# - id: ruff-format
4444
- id: ruff

0 commit comments

Comments
 (0)