Skip to content

Commit 219c67a

Browse files
Autoupdate pre-commit (#433)
1 parent 5bbbc61 commit 219c67a

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
@@ -19,14 +19,14 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/pre-commit/mirrors-prettier
22-
rev: fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 # frozen: v3.0.3
22+
rev: ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # frozen: v3.1.0
2323
hooks:
2424
- id: prettier
2525
types_or: [yaml, toml, markdown, css, scss, javascript, json]
2626
args: [--prose-wrap=preserve]
2727

2828
- repo: https://github.com/psf/black
29-
rev: 744d23b34800c06e10272149b70752396e90eeb8 # frozen: 23.10.1
29+
rev: 2a1c67e0b2f81df602ec1f6e7aeb030b9709dc7c # frozen: 23.11.0
3030
hooks:
3131
- id: black
3232

@@ -36,7 +36,7 @@ repos:
3636
- id: blacken-docs
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: 3dacd83b1ee8fb950dbdd1001f9b5851728b6077 # frozen: v0.1.4
39+
rev: a6ff26895e5ae243a36999ba87eb6b4af3c202b3 # frozen: v0.1.7
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix, --target-version=py38]

0 commit comments

Comments
 (0)