Skip to content

Commit 48f5104

Browse files
⬆️🪝 update pre-commit hooks (#48)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.5](astral-sh/ruff-pre-commit@v0.5.4...v0.5.5) <!--pre-commit.ci end--> --------- Signed-off-by: Lukas Burgholzer <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Lukas Burgholzer <[email protected]>
1 parent 14cbc4d commit 48f5104

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737

3838
# Python linting using ruff
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.5.4
40+
rev: v0.5.5
4141
hooks:
4242
- id: ruff
4343
args: ["--fix", "--show-fixes"]
@@ -46,8 +46,8 @@ repos:
4646
types_or: [python, pyi, jupyter]
4747

4848
# Format configuration files with prettier
49-
- repo: https://github.com/pre-commit/mirrors-prettier
50-
rev: v4.0.0-alpha.8
49+
- repo: https://github.com/rbubley/mirrors-prettier
50+
rev: v3.3.3
5151
hooks:
5252
- id: prettier
5353
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 commit comments

Comments
 (0)