Skip to content

Commit 9942e2c

Browse files
[pre-commit.ci] pre-commit autoupdate (#433)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.4](astral-sh/ruff-pre-commit@v0.15.2...v0.15.4) - [github.com/pycqa/isort: 8.0.0 → 8.0.1](PyCQA/isort@8.0.0...8.0.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4476b7e commit 9942e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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.2
12+
rev: v0.15.4
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: 8.0.0
37+
rev: 8.0.1
3838
hooks:
3939
- id: isort
4040

0 commit comments

Comments
 (0)