Skip to content

Commit 6cd48aa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.0](astral-sh/ruff-pre-commit@v0.13.3...v0.14.0) - [github.com/tox-dev/pyproject-fmt: v2.7.0 → v2.10.0](tox-dev/pyproject-fmt@v2.7.0...v2.10.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0)
1 parent b0ff341 commit 6cd48aa

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)