Skip to content

Commit 1a3b438

Browse files
[pre-commit.ci] pre-commit autoupdate (#109)
updates: - [github.com/pycqa/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.14...v0.15.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 398a24a commit 1a3b438

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 7.0.0
3+
rev: 8.0.1
44
hooks:
55
- id: isort
66
- repo: https://github.com/codespell-project/codespell
@@ -12,7 +12,7 @@ repos:
1212
additional_dependencies:
1313
- tomli
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.14.14
15+
rev: v0.15.4
1616
hooks:
1717
- id: ruff-check
1818
args: [--fix]

0 commit comments

Comments
 (0)