Skip to content

Commit 8e5762a

Browse files
committed
Bump pre-commit to fix prettier
1 parent b5d9e3b commit 8e5762a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.7.1
17+
rev: v0.8.2
1818
hooks:
1919
- id: ruff-format
2020

2121
- repo: https://github.com/python-jsonschema/check-jsonschema
22-
rev: 0.29.4
22+
rev: 0.30.0
2323
hooks:
2424
- id: check-github-workflows
2525

2626
- repo: https://github.com/rhysd/actionlint
27-
rev: v1.7.3
27+
rev: v1.7.4
2828
hooks:
2929
- id: actionlint
3030

@@ -34,7 +34,7 @@ repos:
3434
- id: pyproject-fmt
3535

3636
- repo: https://github.com/abravalheri/validate-pyproject
37-
rev: v0.22
37+
rev: v0.23
3838
hooks:
3939
- id: validate-pyproject
4040

@@ -44,7 +44,7 @@ repos:
4444
- id: tox-ini-fmt
4545

4646
- repo: https://github.com/rbubley/mirrors-prettier
47-
rev: v3.3.3
47+
rev: v3.4.2
4848
hooks:
4949
- id: prettier
5050
files: templates/switchers.js

0 commit comments

Comments
 (0)