Skip to content

Commit 118bcd4

Browse files
[pre-commit.ci] pre-commit autoupdate (#410)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.2...v0.13.3) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/RobertCraigie/pyright-python: v1.1.405 → v1.1.406](RobertCraigie/pyright-python@v1.1.405...v1.1.406) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent aef4ca3 commit 118bcd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.13.2
12+
rev: v0.13.3
1313
hooks:
1414
- id: ruff-check
1515
args: [--fix]
1616

17-
- repo: https://github.com/psf/black
17+
- repo: https://github.com/psf/black-pre-commit-mirror
1818
rev: 25.9.0
1919
hooks:
2020
- id: black
@@ -33,7 +33,7 @@ repos:
3333
exclude: tests/eval_files/async103.py
3434

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

@@ -45,7 +45,7 @@ repos:
4545
exclude: tests/(eval|autofix)_files/.*_py(310|311).py
4646

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

0 commit comments

Comments
 (0)