Skip to content

Commit e05b286

Browse files
authored
Merge pull request #2853 from pypa/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 1fc647e + d6bc4a9 commit e05b286

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
@@ -20,17 +20,17 @@ repos:
2020
- id: tox-ini-fmt
2121
args: ["-p", "fix"]
2222
- repo: https://github.com/tox-dev/pyproject-fmt
23-
rev: "v2.5.0"
23+
rev: "v2.5.1"
2424
hooks:
2525
- id: pyproject-fmt
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: "v0.9.7"
27+
rev: "v0.9.9"
2828
hooks:
2929
- id: ruff-format
3030
- id: ruff
3131
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
3232
- repo: https://github.com/rbubley/mirrors-prettier
33-
rev: "v3.5.2"
33+
rev: "v3.5.3"
3434
hooks:
3535
- id: prettier
3636
additional_dependencies:

0 commit comments

Comments
 (0)