Skip to content

Commit e5a5a4c

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent bca9dbb commit e5a5a4c

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
@@ -16,7 +16,7 @@ repos:
1616
- id: blacken-docs
1717

1818
- repo: https://github.com/PyCQA/isort
19-
rev: 6.0.0
19+
rev: 6.0.1
2020
hooks:
2121
- id: isort
2222
files: \.py$
@@ -36,7 +36,7 @@ repos:
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
3838
# Ruff version.
39-
rev: v0.9.7
39+
rev: v0.9.9
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)