Skip to content

Commit 7b0d765

Browse files
[pre-commit.ci] pre-commit autoupdate (lucsorel#134)
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 3df082d commit 7b0d765

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
@@ -25,13 +25,13 @@ repos:
2525
additional_dependencies: ['@commitlint/config-angular']
2626

2727
- repo: https://github.com/PyCQA/isort
28-
rev: 5.13.2
28+
rev: 6.0.0
2929
hooks:
3030
- id: isort
3131
additional_dependencies: [toml]
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.9.3
34+
rev: v0.9.4
3535
hooks:
3636
- id: ruff
3737
- id: ruff-format

0 commit comments

Comments
 (0)