Skip to content

Commit 931f6b0

Browse files
[pre-commit.ci] pre-commit autoupdate (#458)
<!--pre-commit.ci start--> updates: - [github.com/PyCQA/isort: 9.0.0b1 → 9.0.0b2](PyCQA/isort@9.0.0b1...9.0.0b2) - [github.com/tox-dev/pyproject-fmt: v2.26.0 → v2.27.0](tox-dev/pyproject-fmt@v2.26.0...v2.27.0) - [github.com/astral-sh/ruff-pre-commit: v0.16.1 → v0.16.2](astral-sh/ruff-pre-commit@v0.16.1...v0.16.2) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 786d102 commit 931f6b0

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
@@ -12,7 +12,7 @@ repos:
1212
- id: mixed-line-ending
1313

1414
- repo: https://github.com/PyCQA/isort
15-
rev: 9.0.0b1
15+
rev: 9.0.0b2
1616
hooks:
1717
- id: isort
1818
files: >-
@@ -38,12 +38,12 @@ repos:
3838
)
3939
4040
- repo: https://github.com/tox-dev/pyproject-fmt
41-
rev: v2.26.0
41+
rev: v2.27.0
4242
hooks:
4343
- id: pyproject-fmt
4444

4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: v0.16.1
46+
rev: v0.16.2
4747
hooks:
4848
- id: ruff-check
4949

0 commit comments

Comments
 (0)