Skip to content

Commit c512a1f

Browse files
[pre-commit.ci] pre-commit autoupdate (#355)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9) - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/RobertCraigie/pyright-python: v1.1.394 → v1.1.396](RobertCraigie/pyright-python@v1.1.394...v1.1.396) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bc653f5 commit c512a1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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.9.7
12+
rev: v0.9.9
1313
hooks:
1414
- id: ruff
1515
args: [--fix]
@@ -33,7 +33,7 @@ repos:
3333
exclude: tests/eval_files/async103.py
3434

3535
- repo: https://github.com/pycqa/isort
36-
rev: 6.0.0
36+
rev: 6.0.1
3737
hooks:
3838
- id: isort
3939

@@ -45,7 +45,7 @@ repos:
4545
exclude: tests/eval_files/.*_py311.py
4646

4747
- repo: https://github.com/RobertCraigie/pyright-python
48-
rev: v1.1.394
48+
rev: v1.1.396
4949
hooks:
5050
- id: pyright
5151
# ignore warnings about new version being available, no other warnings

0 commit comments

Comments
 (0)