Skip to content

Commit ffa0405

Browse files
[pre-commit.ci] pre-commit autoupdate (#1001)
updates: - [github.com/pycqa/isort: 7.0.0 → 8.0.0](PyCQA/isort@7.0.0...8.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.1 → v0.15.2](astral-sh/ruff-pre-commit@v0.15.1...v0.15.2) - [github.com/tox-dev/pyproject-fmt: v2.16.0 → v2.16.2](tox-dev/pyproject-fmt@v2.16.0...v2.16.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5cec89f commit ffa0405

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: mixed-line-ending
2323

2424
- repo: https://github.com/pycqa/isort
25-
rev: 7.0.0
25+
rev: 8.0.0
2626
hooks:
2727
- id: isort
2828

@@ -33,13 +33,13 @@ repos:
3333
args: [--target-version, "3.2"]
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.15.1
36+
rev: v0.15.2
3737
hooks:
3838
- id: ruff-check
3939
# - id: ruff-format
4040

4141
- repo: https://github.com/tox-dev/pyproject-fmt
42-
rev: v2.16.0
42+
rev: v2.16.2
4343
hooks:
4444
- id: pyproject-fmt
4545

0 commit comments

Comments
 (0)