Skip to content

Commit 1d0c8a7

Browse files
authored
Merge pull request #13810 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b0ff341 + 6cd48aa commit 1d0c8a7

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.3"
3+
rev: "v0.14.0"
44
hooks:
55
- id: ruff-check
66
args: ["--fix"]
@@ -66,13 +66,13 @@ 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.7.0"
69+
rev: "v2.10.0"
7070
hooks:
7171
- id: pyproject-fmt
7272
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
7373
additional_dependencies: ["tox>=4.9"]
7474
- repo: https://github.com/asottile/pyupgrade
75-
rev: v3.20.0
75+
rev: v3.21.0
7676
hooks:
7777
- id: pyupgrade
7878
args:

0 commit comments

Comments
 (0)