Skip to content

Commit 77a45fe

Browse files
[pre-commit.ci] pre-commit autoupdate (#13795)
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) - [github.com/RobertCraigie/pyright-python: v1.1.405 → v1.1.406](RobertCraigie/pyright-python@v1.1.405...v1.1.406) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.7.0](tox-dev/pyproject-fmt@v2.6.0...v2.7.0) Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent d711fbc commit 77a45fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.13.2"
3+
rev: "v0.13.3"
44
hooks:
55
- id: ruff-check
66
args: ["--fix"]
@@ -48,7 +48,7 @@ repos:
4848
# on <3.11
4949
- exceptiongroup>=1.0.0rc8
5050
- repo: https://github.com/RobertCraigie/pyright-python
51-
rev: v1.1.405
51+
rev: v1.1.406
5252
hooks:
5353
- id: pyright
5454
files: ^(src/|scripts/)
@@ -66,7 +66,7 @@ repos:
6666
# Manual because passing pyright is a work in progress.
6767
stages: [manual]
6868
- repo: https://github.com/tox-dev/pyproject-fmt
69-
rev: "v2.6.0"
69+
rev: "v2.7.0"
7070
hooks:
7171
- id: pyproject-fmt
7272
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version

0 commit comments

Comments
 (0)