Skip to content

Commit 3775f17

Browse files
Merge pull request #35 from angelo-peronio/pre-commit-ci-update-config
Update pre-commit hooks
2 parents 885ffe0 + 96f6eaf commit 3775f17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ repos:
2727
exclude: "tests/data/.*"
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.15.15
30+
rev: v0.15.20
3131
hooks:
3232
- id: ruff-check
3333
args: ["--fix", "--show-fixes"]
3434
- id: ruff-format
3535

3636
- repo: https://github.com/rbubley/mirrors-prettier
37-
rev: v3.8.3
37+
rev: v3.9.4
3838
hooks:
3939
- id: prettier
4040
types_or: [toml, yaml]

0 commit comments

Comments
 (0)