Skip to content

Commit 320beab

Browse files
[pre-commit.ci] pre-commit autoupdate (#97)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 04f5c1d commit 320beab

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
@@ -5,7 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: "v0.0.284"
8+
rev: "v0.0.285"
99
hooks:
1010
- id: ruff
1111
exclude: src/pyproject_api/_backend.py
@@ -25,12 +25,12 @@ repos:
2525
- id: pyproject-fmt
2626
additional_dependencies: ["tox>=4.6.4"]
2727
- repo: https://github.com/pre-commit/mirrors-prettier
28-
rev: "v3.0.1"
28+
rev: "v3.0.2"
2929
hooks:
3030
- id: prettier
3131
args: ["--print-width=120", "--prose-wrap=always"]
3232
- repo: https://github.com/asottile/blacken-docs
33-
rev: 1.15.0
33+
rev: 1.16.0
3434
hooks:
3535
- id: blacken-docs
3636
additional_dependencies: [black==23.7]

0 commit comments

Comments
 (0)