Skip to content

Commit f5a3534

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.22 → v0.16.2](astral-sh/ruff-pre-commit@v0.15.22...v0.16.2) - [github.com/pycqa/isort: 9.0.0b1 → 9.0.0b2](PyCQA/isort@9.0.0b1...9.0.0b2)
1 parent 6392dec commit f5a3534

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
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.15.22
12+
rev: v0.16.2
1313
hooks:
1414
- id: ruff-check
1515
args: [--fix]
@@ -34,7 +34,7 @@ repos:
3434
exclude: tests/eval_files/async(103|232|232_asyncio).py
3535

3636
- repo: https://github.com/pycqa/isort
37-
rev: 9.0.0b1
37+
rev: 9.0.0b2
3838
hooks:
3939
- id: isort
4040

0 commit comments

Comments
 (0)