Skip to content

Commit 729a41f

Browse files
[pre-commit.ci] pre-commit autoupdate (#138)
updates: - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 08e2fd1 commit 729a41f

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: 6.0.0
28+
rev: 6.0.1
2929
hooks:
3030
- id: isort
3131
additional_dependencies: [toml]
3232

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

0 commit comments

Comments
 (0)